mirror of
https://github.com/minio/minio.git
synced 2025-02-09 04:38:09 -05:00
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:
parent
affee27b05
commit
95d29a6a53
@ -54,6 +54,7 @@ Minimum permissions required if you wish to provide restricted access with your
|
|||||||
"Sid": "readonly",
|
"Sid": "readonly",
|
||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Action": [
|
"Action": [
|
||||||
|
"s3:GetBucketPolicy",
|
||||||
"s3:HeadBucket",
|
"s3:HeadBucket",
|
||||||
"s3:ListBucket"
|
"s3:ListBucket"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user