Skip to main content
Filter by
Sorted by
Tagged with
9 votes
1 answer
2k views

I have sping-boot application with rest services written using Spring web flux. For now I access minio using login/password authorizaton and it works fine. For now I want to exchange application JWT ...
gstackoverflow's user avatar
21 votes
4 answers
38k views

Below is a service in my docker compose. minio: image: minio/minio:edge environment: MINIO_ACCESS_KEY: minio123 MINIO_SECRET_KEY: minio123 volumes: - datastore:/data ...
mamadou jallow's user avatar
8 votes
2 answers
14k views

I am trying to make a GET request to a server to retrieve a tiff image. I then want to stream it directly to MinIO using the put_object method in the MinIO python SDK. I know I could do this by ...
Judson Crouch's user avatar
4 votes
2 answers
1k views

I have created network docker network create app-tier --driver bridge and used this docker compose file networks: default: external: name: app-tier services: minio: image: '...
Vasileios Anagnostopoulos's user avatar
27 votes
2 answers
49k views

Minio has policies for each bucket. Which contains: ReadOnly WriteOnly Read+Write None How are these related to the anonymous/authorized access to the folders? Like say I want to make a bunch of ...
Daniel's user avatar
  • 6,057
14 votes
6 answers
20k views

I am trying to redirect a example.com/minio location to minio console, which is run behind a nginx proxy both run by a docker compose file. My problem is that, when I'm trying to reverse proxy the ...
Farhood ET's user avatar
  • 1,573
9 votes
1 answer
5k views

Is it possible do run MinIO not on default path on nginx? I have a backend that generate presigned url with this code: MinioClient minioClient = new MinioClient("http://x.x.x.x:9000", "...
oigna's user avatar
  • 192
8 votes
5 answers
15k views

I have application server written in Node.js which upload files to AWS S3 storage. For that I'm using https://www.npmjs.com/package/aws-sdk and when I'm connecting to and uploading to my AWS ...
Furman's user avatar
  • 2,513
5 votes
2 answers
6k views

When trying to save / upload a file using mlflow.log_artifact() to MinIO, our MLflow users are suddenly getting this error in previously working code, raised in boto3 package (used by the mlflow ...
mirekphd's user avatar
  • 7,231
4 votes
1 answer
1k views

I've tried installing different versions of Spark and of the required jar files, but had no success. I'm using a Macbook Air M1. How to replicate Run a Minio instance locally at port 9000. Dockerfile: ...
David Sand's user avatar
3 votes
3 answers
14k views

I'm trying to run a simple python script to access s3 buckets in minio server in WINDOWS. The server is using self signed certificate. There's an error in SSL handshake. I have tried all possible ways ...
Arsha's user avatar
  • 155
3 votes
1 answer
12k views

I had the previous version (from last yr) of minio running well behind traefik and on portainer with no issues. I attempted an upgrade 4 days ago to the new version and it's been downhill since then. ...
Papa Kojo's user avatar
  • 803
2 votes
1 answer
3k views

I tried something like: Aws::Client::ClientConfiguration config; config.endpointOverride = Aws::String("localhost:9000"); It does not work. It seems that AWS-SDK-CPP by default uses virtual hosting: ...
Tianyi Cai's user avatar
2 votes
1 answer
4k views

i'm using Minio Server to handle files in my Flask API. I generate Presigned Url to upload images directly from Angular FrontEnd to save Backend resources. Presign Url Generation works fine but when ...
Raphaël Courivaud's user avatar
2 votes
1 answer
914 views

I have verified the connection to minio, making sure that the credentials are working fine and minio is reachable. Also if I try any other value for store.url = http://minio:9000 I am not able to save ...
Francisco José Martínez Páez's user avatar
2 votes
1 answer
4k views

I'm using Minio Server to handle files in my nodejs API, basically to emulate s3 locally. I generated Presigned Url to upload images directly. Presign Url Generation works fine but when I upload my ...
juztcode's user avatar
  • 1,433
1 vote
1 answer
3k views

We have a k8s cluster with an nginx Ingress and Minio installed. In Minio I have a bucket called tester with a hello world index.html file. I used the Minio MC client to set the tester bucket to ...
mr haven's user avatar
  • 1,664
1 vote
1 answer
4k views

I want to store a file from a Flask service to a Minio Bucket without storing it in a directory first. What I can do so far is have the user upload a file using a Flask service, store it in a ...
csymvoul's user avatar
  • 707
0 votes
1 answer
292 views

Im building an app to upload clips auto to a Minio S3 server. When im playing and save a clip, the app uses 100% of bandwidth and this is so annoying. I need to limit the upload speed to complete this,...
Mauri's user avatar
  • 9
0 votes
1 answer
682 views

I am investigating minio. For now I have docker-compose with minio service and minio console is available for me. As I understand minio is kinda replacement for amazon s3. I've found the following ...
gstackoverflow's user avatar
0 votes
1 answer
810 views

I am trying to run Spark History Server with minIO but keep getting AmazonHttpClient: Unable to execute HTTP request: Connection refused Complete exception: 20/10/20 09:06:21 INFO AmazonHttpClient: ...
JDev's user avatar
  • 1,842
0 votes
1 answer
1k views

Hi I am facing an error with providing dependency jars for spark-submit in kubernetes. /usr/middleware/spark-3.1.1-bin-hadoop3.2/bin/spark-submit --master k8s://https://112.23.123.23:6443 --deploy-...
Rafa's user avatar
  • 527