mirror of
https://github.com/minio/docs.git
synced 2025-09-16 07:22:15 +03:00
24 lines
566 B
JSON
24 lines
566 B
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Action": [
|
|
"admin:SetTier",
|
|
"admin:ListTier"
|
|
],
|
|
"Effect": "Allow",
|
|
"Sid": "EnableRemoteTierManagement"
|
|
},
|
|
{
|
|
"Action": [
|
|
"s3:PutLifecycleConfiguration",
|
|
"s3:GetLifecycleConfiguration"
|
|
],
|
|
"Resource": [
|
|
"arn:aws:s3:::*"
|
|
],
|
|
"Effect": "Allow",
|
|
"Sid": "EnableLifecycleManagementRules"
|
|
}
|
|
]
|
|
} |