goofys icon indicating copy to clipboard operation
goofys copied to clipboard

Can you share a example how to access a MinIO bucket.

Open satnair opened this issue 4 years ago • 2 comments

Hi,

a) Can you share examples to access a MinIO buckets. b) Is it possible to programmatically create a mount point, based on the bucket name.

satnair avatar Oct 12 '20 15:10 satnair

Note @satnair I was able to do it using a wrapper called csi-s3 which seem to support goofys -- although I used s3fs for my use case. But here's the link:

https://github.com/ctrox/csi-s3

idealtech-i3dlabs avatar May 19 '21 20:05 idealtech-i3dlabs

export AWS_ACCESS_KEY_ID=xxxxxxxxxxx
export AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxx goofys --debug_s3 --debug_fuse --endpoint http://127.0.0.1:9000 tmp /s3mnt/

borekbb avatar Aug 29 '23 10:08 borekbb