mirror of
https://github.com/minio/docs.git
synced 2025-09-19 05:41:47 +03:00
Apply suggestions from code review + local changes Co-authored-by: Poorna Krishnamoorthy <poornas@users.noreply.github.com> Co-authored-by: Krishnan Parthasarathi <krisis@users.noreply.github.com> Apply suggestions from code review Co-authored-by: Krishnan Parthasarathi <krisis@users.noreply.github.com>
31 lines
848 B
JSON
31 lines
848 B
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Action": [
|
|
"admin:SetBucketTarget",
|
|
"admin:GetBucketTarget"
|
|
],
|
|
"Effect": "Allow",
|
|
"Sid": "EnableRemoteBucketConfiguration"
|
|
},
|
|
{
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"s3:GetReplicationConfiguration",
|
|
"s3:ListBucket",
|
|
"s3:ListBucketMultipartUploads",
|
|
"s3:GetBucketLocation",
|
|
"s3:GetBucketVersioning",
|
|
"s3:GetObjectRetention",
|
|
"s3:GetObjectLegalHold",
|
|
"s3:PutReplicationConfiguration"
|
|
],
|
|
"Resource": [
|
|
"arn:aws:s3:::*"
|
|
],
|
|
"Sid": "EnableReplicationRuleConfiguration"
|
|
}
|
|
]
|
|
}
|