From 95d29a6a536a6cb7f11062dc888507a81efcd035 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 8 Jul 2021 19:34:56 +0200 Subject: [PATCH] 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 --- docs/gateway/s3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/gateway/s3.md b/docs/gateway/s3.md index 7b17a81dd..beb119dbd 100644 --- a/docs/gateway/s3.md +++ b/docs/gateway/s3.md @@ -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" ],