Update replication docs for required permission (#12010)

This commit is contained in:
Poorna Krishnamoorthy 2021-04-07 15:56:02 -07:00 committed by GitHub
parent cda570992e
commit 2899cc92b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@ The following minimal permission policy is needed by admin user setting up repli
"Effect": "Allow",
"Action": [
"s3:GetReplicationConfiguration",
"s3:PutReplicationConfiguration",
"s3:ListBucket",
"s3:ListBucketMultipartUploads",
"s3:GetBucketLocation",

View file

@ -27,6 +27,7 @@ cat > repladmin-policy-source.json <<EOF
"Effect": "Allow",
"Action": [
"s3:GetReplicationConfiguration",
"s3:PutReplicationConfiguration",
"s3:ListBucket",
"s3:ListBucketMultipartUploads",
"s3:GetBucketLocation",