We have minio
server with a public readonly bucket. I want to mount it using s3fs
but cannot figure out how to mount it. s3fs
always wants credentials from me.
Asked
Active
Viewed 593 times
1 Answers
1
Mount s3fs with -o public_bucket=1
for a public bucket.

gdkrmr
- 103
- 3

Andrew Gaul
- 262
- 1
- 7
-
Thanks, but I get: fuse: unknown option `public_bucket' – gdkrmr Dec 01 '22 at 14:46
-
that must be `-o public_bucket=1`. – gdkrmr Dec 01 '22 at 14:48