minio Questions
2
I am trying to make a GET request to a server to retrieve a tiff image. I then want to stream it directly to MinIO using the put_object method in the MinIO python SDK.
I know I could do this by s...
Runck asked 17/9, 2019 at 17:29
0
I'm trying to get up and running with Minio server. I've read their "server config guide" here, but there's one thing i don't get.
The guide says that previously you could put a config.json in the...
2
Solved
I am trying to upload a file to an s3 compatible object storage (I'm using Minio) but the aws client in laravel doesn't use the url I provided in my .env AWS_URL variable.
AWS_URL=http://192.168.1...
0
The presigned url (which's generated by my golang server side code) of getting object failed with 403 (SignatureDoesNotMatch), but the presigned url i got from minio browser (https:domain.com:9000/...
Ho asked 3/7, 2019 at 15:22
1
Solved
I am running a Minio server using its docker image.
docker run -p 9000:9000 --name minio1 \
-e "MINIO_ACCESS_KEY=user" \
-e "MINIO_SECRET_KEY=pass" \
-v /home/me/data:/data \
minio/minio serve...
0
How to get storage stats containing information about used disk space and free/available disk space. With the minio dotnet client against a Minio server?
Otherwise: how to detect storage space pro...
0
What is the best practice for uploading large files with Minio C# .Net Core SDK? There is no method I could find to upload chunked files. Only thing I could find is PutObjectAsync method and it upl...
Domain asked 21/5, 2018 at 16:10
1
Solved
I'm running a Minio instance on my local machine, on http://localhost:9000. I created a bucket called foo, and uploaded a single file test.txt to it.
Since this Minio instance is running on my loc...
Fauman asked 26/12, 2017 at 1:58
2
I'm setting up distributed Minio servers locally to use in a solution but would like to back them up to S3 regularly in case the local file system fails/just for more durability or just to migrate ...
Acetylate asked 18/10, 2017 at 23:47
2
Solved
Minio has policies for each bucket. Which contains:
ReadOnly
WriteOnly
Read+Write
None
How are these related to the anonymous/authorized access to the folders?
Like say I want to make a bu...
Gainsay asked 6/3, 2017 at 2:17
© 2022 - 2024 — McMap. All rights reserved.