0

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.

gdkrmr
  • 103
  • 3

1 Answers1

1

Mount s3fs with -o public_bucket=1 for a public bucket.

gdkrmr
  • 103
  • 3
Andrew Gaul
  • 262
  • 1
  • 7