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
130 views

I'm using the AWSSDK.S3 for .NET (v4.0.9.1) in my app. For my tests I run minio in a docker container. I know this worked in the past but with an update to the current versions of the SDK and the ...
Sebastian Weber's user avatar
2 votes
1 answer
55 views

I would like to set a file size limit in uploads through multipart upload in my application, but my problem is, using pre-signed-url, I can't check the file size of each part and all the options I ...
Luiz Kohler's user avatar
0 votes
1 answer
133 views

I'm setting up a data lake using the following stack, using docker compose. MinIO + IceBerg Rest + Trino + Superset. docker-compose.yml version: "3.9" services: # ---------------- MinIO --...
Jisson's user avatar
  • 3,735
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
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
0 votes
0 answers
46 views

I have created an identity plugin for MinIO as per the documentation. I have manually verified that if I now send an [AssumeRoleWithCustomToken] (https://min.io/docs/minio/linux/developers/security-...
Peter's user avatar
  • 3,252
0 votes
0 answers
54 views

I’m running PyFlink 1.19.1 inside a Jupyter notebook on a local MiniCluster and trying to write a filesystem sink to an S3-compatible MinIO endpoint. When I submit the same job (same JARs, same ...
Apicha's user avatar
  • 33
0 votes
1 answer
240 views

I wanted to use MinIO Webhook Service Notification. The logic I want to have is, when some file is uploaded to bucket1 with prefix "all/", MinIO should send event notification to provided ...
Muhammad's user avatar
0 votes
0 answers
44 views

I am working on a MinIO cluster that receives around 20k RPS. I am using a custom authorization service, which is essentially a proxy, that contains all the authorisation logic. If a request is marked ...
jahnestacado's user avatar
0 votes
0 answers
29 views

i'm a newbie to Flet and i can't solve this problem. After the command: file_picker.upload([FilePickerUploadFile(name=filename,upload_url=presigned_url)]) Object from userside' files start to be ...
HieuHIenHoa's user avatar
2 votes
1 answer
839 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
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
0 answers
56 views

Facing an error while uploading large images with a size over 20MB through Liferay, it gives me 2025-05-11 11:47:28.861 INFO [pool-7-thread-1][UploadCallable:284] Unable to abort multipart upload, ...
omarkorety's user avatar
0 votes
0 answers
69 views

I’m currently using the following stack: MinIO + Apache Iceberg + Project Nessie + Dremio. In My MinIO I have two buckets one is datalake bucket and another is warehouse. Here is image: In MinIO, I ...
Enamul Haque's user avatar
  • 5,095
0 votes
0 answers
62 views

I am building an image and storing it in a MinIO storage mounted on NFS. Each image is stored in a folder created using a unique sha256 hash when it is created. The problem is that the image is ...
Jennie's user avatar
  • 1
1 vote
0 answers
125 views

I'm using Django (frontend) and FastAPI (backend) with MinIO as file storage. My setup: FastAPI generates a presigned MinIO download_url for the file. Django fetches metadata via FastAPI, then ...
Nika's user avatar
  • 73
0 votes
0 answers
132 views

We are trying to setup trino with minIO and have encountered a persistent issue with our Trino configuration. Below is a detailed overview of our setup, the error we are facing, and the steps we have ...
Acharya KLN's user avatar
0 votes
0 answers
80 views

Issue description I'm having a connection error when I trying to connect to a MinIO (S3) server over HTTPS, It just happens with HTTPS (using a domain name) because when I use HTTP (with IP address) ...
Emmanuel Morales's user avatar
1 vote
0 answers
153 views

We are considering minio as a binary storage for our needs. During testing, we came across unexpected (for us) behavior. Here it is: Our setup: 3x Ubuntu 22.04 servers, 32 CPUs, 192G RAM, 4x NVMe on ...
Andrey Yesyev's user avatar
1 vote
0 answers
55 views

I want to use MinIO Object Transforms, but I got an error when trying to download a presigned URL. I followed their documentation exactly, as shown in this link. I also watched this video and ...
mohammadmahdi Talachi's user avatar
0 votes
0 answers
37 views

I'm creating a subclass of s3fs.S3FileSystem that connects to either AWS S3 or MinIO based on environment variables. The connection should fail immediately during initialization if credentials are ...
Jose Constenla's user avatar
0 votes
0 answers
44 views

How can I generate a presigned URL for a specific versionId using MinIO .NET SDK? What is the recommended approach for including a versionId when generating a presigned URL?
Nasr Eddine RACHEDI's user avatar
0 votes
0 answers
484 views

I'm facing a strange issue where I can successfully access the MinIO Console using curl and nc on port 9001 from my MacBook, but when trying to open the same address in a browser, the page doesn't ...
huhzz's user avatar
  • 3
0 votes
1 answer
76 views

I am using Python MinIO SDK, but there are admin operations that it cannot do, and then we use the mc binary instead. But the binary has all these files on disk that we can't have in our ENV so we ...
Ricky Levi's user avatar
  • 8,199

1
2 3 4 5
21