17 questions
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::...
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
1
answer
2k
views
minio.error.S3Error: S3 operation failed; code: AccessDenied, message: Access Denied., resource: /musor-bucket
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 ...
0
votes
1
answer
240
views
MinIO webhook event notification config doesn't see provided auth_token
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 ...
0
votes
0
answers
34
views
There is a problem with descriptor leaks when copying/deleting objects in Minio .Net
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 ...
0
votes
0
answers
282
views
Issues with Minio C# SDK : Uploading a file and getting presigned url
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 ...
0
votes
0
answers
1k
views
minio - s3 - CORS policy not well-formed
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 ...
0
votes
0
answers
420
views
Copy S3 bucket to E2E Object Storage using MinIO Client
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://...
-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 ...