Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
59 views

I encountered a SignatureDoesNotMatch issue when switching MinIO from Docker Run to Docker Compose. I'm using PresignedUploadURLs to upload files from the frontend (React/Axios). I've tried all the ...
Ildar Sufiyarov's user avatar
0 votes
1 answer
89 views

I got a strange error in my pytest after some Dependabot updates. In my case it's triggered by an non-existent MinIO bucket exception. None of the updates made by Dependabot were in MinIO or Python (...
A. Rabus's user avatar
  • 539
2 votes
0 answers
57 views

I run MinIO in Docker on Machine A and want to access it from Machine B (via Wi-Fi). boto3 returns 503 on HeadBucket, and the mc alias set fails. How should I configure MinIO and clients? docker yml ...
user2330646's user avatar
0 votes
0 answers
120 views

I spent all afternoon with ChatGPT and couldn't figure this out. Using Minio in a Docker Stack for local development, everything works fine. Would love to, though, start it up with: a default ...
André Alçada Padez's user avatar
1 vote
1 answer
221 views

I am in the process of setting up Airflow on my Kubernetes cluster using the official Helm chart. I want to push my task instance logs to S3 (well, Minio actually) to a bucket called airflow-logs. To ...
FayadC's user avatar
  • 41
3 votes
1 answer
295 views

I have the next case: Get a certain count of N objects from Minio and create zip archive and upload it zip to Minio as one object. Problem: I have many objects, that are up to 40gb in size I can't ...
TASK's user avatar
  • 345
2 votes
1 answer
840 views

I was using the following service definition in a docker compose file without problems, to create a MinIO bucket. createbucket: image: minio/mc:latest networks: - main-network entrypoint: &...
Matt's user avatar
  • 271
0 votes
1 answer
155 views

I'm trying to download a folder by calling my controller in Laravel. However, I'm running into a "memory exceeded" issue because one of the files I'm downloading is around 500MB. Currently, ...
vincent clerc's user avatar
0 votes
0 answers
128 views

I'm setting up MinIO and MLflow in a Minikube Kubernetes cluster and encountering persistent volume issues. The deployment works correctly when using hostPath, but fails with a "Rename across ...
Serdar Akyol's user avatar
0 votes
1 answer
4k views

I have minio running locally, and I face cors issue while fetching a file. So I try to run this config: <CORSConfiguration> <CORSRule> <AllowedOrigin>*</AllowedOrigin> &...
Mandroid's user avatar
  • 7,778
2 votes
1 answer
104 views

I want to create a large file(>200GB) and store it in Min.IO store. I deploy my attempts in a web app on a Kubernetes pod. One attempt was with a modified Redeable stream and csv-writter library ...
Emmanuel_Arreola's user avatar
0 votes
1 answer
1k views

I am trying to set CORS config for a bucket in minio. This is content of cors.xml <CORSConfiguration> <CORSRule> <AllowedOrigin>*</AllowedOrigin> <AllowedMethod>...
Mandroid's user avatar
  • 7,778
2 votes
2 answers
612 views

i have used host windows virtual box and running rocky linux and docker. highly appreciated results/inputs docker minio pulled docker run executed virtual box port forward enabled 9000 , 9001 results ...
Narayana Basetty's user avatar
3 votes
1 answer
773 views

I’m working on a Laravel project that uses MinIO as the storage solution. The project is running on Laravel Sail/Docker. However, when I attempt to upload an image, I encounter the following error: ...
draw134's user avatar
  • 1,219
-1 votes
1 answer
1k views

I have setup a Minio server on my local network. It only has access via http on the local network configured. I am able to connect to this instance using both the CLI mc command and using a test ...
user2138149's user avatar
  • 18.6k
-1 votes
1 answer
2k views

Issue I am (desperately) trying to replicate this mlflow/ minio setup in podman: https://github.com/minio/blog-assets/blob/main/mlflow-minio-setup/docker-compose.yml. The tutorial runs fine in a VM ...
usdn's user avatar
  • 406
9 votes
2 answers
22k views

I am experimenting with MinIO. I try to send REST API calls directly to MinIO port 9000. So far, I understood that authentication works the same as the Amazon S3 API authentication works - correct? ...
Andreas's user avatar
  • 1,812
0 votes
0 answers
26 views

I always get: The request signature we calculated does not match the signature you provided. Check your key and signing method. I am using this: curl --location --request PUT 'http://172.22.24.93:9000/...
jorge armando's user avatar
7 votes
3 answers
7k views

I am trying to download a file from minio using official Minio package. The way I managed to download a file seems pretty incorrect to me: var downloadStream = new MemoryStream(); var args = new ...
WingiM's user avatar
  • 137
0 votes
1 answer
850 views

switching from http to https(mtls) for minio i am receiving "message": "invalid Login". Before switching to mtls, i could successfully login with the given credentials: ...
jimakosak's user avatar
1 vote
1 answer
1k views

I am totally confused about a video streaming app I have been making for fun. I have: Node JS server Minio Buckets Javascript Client HLS ()H.264 and MP4 version of uploading and streaming. Should I ...
grumble_bot's user avatar
1 vote
1 answer
304 views

I'm trying to upload pdfs to MinIO using Kotlin Spring. I've written a controller to upload pdfs: @PostMapping(consumes = [MediaType.MULTIPART_FORM_DATA_VALUE, MediaType.APPLICATION_OCTET_STREAM_VALUE]...
kushagra kartik's user avatar
0 votes
0 answers
69 views

I could download files the API but after download the file doesnt open. It shows either corrupted or sent as an attachment but same file after downloading from POSTMAN response works. I am using ...
Anshika pandey's user avatar
1 vote
1 answer
1k views

I'm writing data from Kafka to Minio using the Confluent Iceberg sink. The catalog is a REST catalog. I can see the tables in the catalog: trino> show tables from iceberg.callcenter; Table -----...
Gerd's user avatar
  • 963
0 votes
0 answers
1k views

I set a bucket policy that my specific domain can get the bucket object, now how to set CORS policy in minio - s3? I purchase it from my hosting company and they give me only client web interface so ...
megashoppc4 manager's user avatar

1
2 3 4 5
21