2

In Minio I have a bucket that has a read-only policy, but I do not want to be viewed in Minio Browser without authentication. Is it possible?

namaiiee
  • 61
  • 7

1 Answers1

0

First reset recursively (optional) existing policy on bucket

mc policy --recursive set none  gm/data/ibb

After that you can change the policy as you like