fix: Mention GetBucketyPolicy in S3 gateway docs policy (#12642)

That action is needed for the gateway to obtain the policy
setting for public access.

Resolves: https://github.com/minio/minio/issues/12638
This commit is contained in:
Christian Weiske 2021-07-08 19:34:56 +02:00 committed by GitHub
parent affee27b05
commit 95d29a6a53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,7 @@ Minimum permissions required if you wish to provide restricted access with your
"Sid": "readonly",
"Effect": "Allow",
"Action": [
"s3:GetBucketPolicy",
"s3:HeadBucket",
"s3:ListBucket"
],