goofys
goofys copied to clipboard
Can you share a example how to access a MinIO bucket.
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.
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
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/