17 questions
2
votes
0
answers
57
views
connect MinIO server from another machine: boto3 503 and mc “Unable to initialize alias”
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 ...
0
votes
0
answers
56
views
Minio Access denied with liferay
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, ...
0
votes
1
answer
342
views
How to resolve MinIO connection issues when deploying on Render Cloud using Ngrok?
I'm working on the deployment of my backend app, which has been developed using Node/Express, MongoDB, and MinIO. During development, I used the MinIO connection locally without any issues. However, ...
2
votes
1
answer
95
views
How to stop minio-cpp client notification-receiving server? (stop minio::s3::Client::ListenBucketNotification)
I run MinIO C++ client's server to receive notification from MinIO server.
The following code comes from here
#include <miniocpp/client.h>
int main() {
// Create S3 base URL.
minio::s3::...
0
votes
0
answers
223
views
Deleting Loki log chunks from MinIO S3 api
I'm using Loki with MinIO S3 object storage. Since Loki doesn't support size-based retention, is deleting objects directly from MinIO acceptable? Would I need to recalculate the index after deleting ...
0
votes
1
answer
766
views
I have problem uploading files to minio bucket using python app
Problem Description:
I'm encountering an issue with file uploads to MinIO using Python code. When I upload files with the the Python script, the uploaded files appear in the MinIO bucket but have no ...
2
votes
2
answers
3k
views
Minio: Generate download url with desired file name
I'm using minio java client for storing files in minio that are uploaded by users.
I want to store each file with a UUID as objectName and also store the original fileName as user-metadata.
When ...
-2
votes
1
answer
2k
views
"Insufficient number of drives online" error when running distributed MinIO in virtual machines [closed]
I'm having trouble starting the MinIO service in a distributed setting across 2 virtual machines (not Docker). I'm encountering a Error: Read failure. Insufficient number of drives online. Waiting for ...
0
votes
0
answers
123
views
Copy list of objects across buckets while keeping object prefixes intact
ℹ︎ This question is about the MinIO Client, not the MinIO Server object storage!
I have two S3-compatible buckets A and B, and I need to copy a list of objects from A to B. The catch is that
I do ...