mirror of
https://github.com/minio/docs.git
synced 2026-01-04 02:44:36 +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>
24 lines
552 B
JSON
24 lines
552 B
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Action": [
|
|
"admin:SetTier",
|
|
"admin:ListTier"
|
|
],
|
|
"Effect": "Allow",
|
|
"Sid": "EnableRemoteTierManagement"
|
|
},
|
|
{
|
|
"Action": [
|
|
"s3:PutBucketLifecycle",
|
|
"s3:GetBucketLifecycle"
|
|
],
|
|
"Resource": [
|
|
"arn:aws:s3:::*"
|
|
],
|
|
"Effect": "Allow",
|
|
"Sid": "EnableLifecycleManagementRules"
|
|
}
|
|
]
|
|
} |