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

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::...
askak's user avatar
  • 21
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
1 answer
2k views

Create the bucket mc mb local/musor-bucket --debug Create the credentials pair mc admin user add local musor-user musor-top-secret-key --debug Create the policy to grant access to the bucket # cat ...
Nikolay Baranenko's user avatar
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
34 views

I wrote a test console application in C# that renames the same file on a Minio server. My code: class Program { private static readonly string bucketName = "my-bucket"; private static ...
user29519536's user avatar
0 votes
0 answers
282 views

Issue 1 : I have a binary file stored in another table, that I want to send to Minio. The method only allows for a filePath that I don't have. How to send a binary? I'm trying to implement using the ...
Nelson André's user avatar
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
0 votes
0 answers
420 views

I want to Copy S3 bucket Object to E2E Object Storage using MinIO Client. I can't figure out how to configure and copy, some things i tried using official doc of minio client. Referral Links https://...
axy's user avatar
  • 307
-2 votes
1 answer
2k views

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 ...
Minimartzz's user avatar