1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Fix: Typo in action names for Lifecycle configuration

This commit is contained in:
kannappanr
2021-10-09 00:08:45 -07:00
committed by kannappanr
parent 81f569a332
commit d43f2f8910
7 changed files with 18 additions and 18 deletions

View File

@ -11,8 +11,8 @@
},
{
"Action": [
"s3:PutBucketLifecycle",
"s3:GetBucketLifecycle"
"s3:PutLifecycleConfiguration",
"s3:GetLifecycleConfiguration"
],
"Resource": [
"arn:aws:s3:::*"

View File

@ -42,8 +42,8 @@ Required Permissions
MinIO requires the following permissions scoped to the bucket or buckets
for which you are creating lifecycle management rules.
- :policy-action:`s3:PutBucketLifecycle`
- :policy-action:`s3:GetBucketLifecycle`
- :policy-action:`s3:PutLifecycleConfiguration`
- :policy-action:`s3:GetLifecycleConfiguration`
MinIO also requires the following administrative permissions on the cluster
in which you are creating remote tiers for object transition lifecycle

View File

@ -43,8 +43,8 @@ Required MinIO Permissions
MinIO requires the following permissions scoped to the bucket or buckets
for which you are creating lifecycle management rules.
- :policy-action:`s3:PutBucketLifecycle`
- :policy-action:`s3:GetBucketLifecycle`
- :policy-action:`s3:PutLifecycleConfiguration`
- :policy-action:`s3:GetLifecycleConfiguration`
MinIO also requires the following administrative permissions on the cluster
in which you are creating remote tiers for object transition lifecycle

View File

@ -43,8 +43,8 @@ Required MinIO Permissions
MinIO requires the following permissions scoped to the bucket or buckets
for which you are creating lifecycle management rules.
- :policy-action:`s3:PutBucketLifecycle`
- :policy-action:`s3:GetBucketLifecycle`
- :policy-action:`s3:PutLifecycleConfiguration`
- :policy-action:`s3:GetLifecycleConfiguration`
MinIO also requires the following administrative permissions on the cluster
in which you are creating remote tiers for object transition lifecycle

View File

@ -43,8 +43,8 @@ Required MinIO Permissions
MinIO requires the following permissions scoped to the bucket or buckets
for which you are creating lifecycle management rules.
- :policy-action:`s3:PutBucketLifecycle`
- :policy-action:`s3:GetBucketLifecycle`
- :policy-action:`s3:PutLifecycleConfiguration`
- :policy-action:`s3:GetLifecycleConfiguration`
MinIO also requires the following administrative permissions on the cluster
in which you are creating remote tiers for object transition lifecycle

View File

@ -45,8 +45,8 @@ Required Permissions
MinIO requires the following permissions scoped to to the bucket or buckets
for which you are creating lifecycle management rules.
- :policy-action:`s3:PutBucketLifecycle`
- :policy-action:`s3:GetBucketLifecycle`
- :policy-action:`s3:PutLifecycleConfiguration`
- :policy-action:`s3:GetLifecycleConfiguration`
MinIO also requires the following administrative permissions on the cluster
in which you are creating remote tiers for object transition lifecycle

View File

@ -253,15 +253,15 @@ The following table lists the MinIO-supported policy action keys.
Corresponds to the :s3-api:`s3:ListParts <API_ListParts.html>` IAM action.
.. policy-action:: s3:PutBucketLifecycle
.. policy-action:: s3:PutLifecycleConfiguration
Corresponds to the :s3-api:`s3:PutBucketLifecycle
<API_PutBucketLifecycle.html>` IAM action.
Corresponds to the :s3-api:`s3:PutLifecycleConfiguration
<API_PutBucketLifecycleConfiguration.html>` IAM action.
.. policy-action:: s3:GetBucketLifecycle
.. policy-action:: s3:GetLifecycleConfiguration
Corresponds to the :s3-api:`s3:GetBucketLifecycle
<API_GetBucketLifecycle.html>` IAM action.
Corresponds to the :s3-api:`s3:GetLifecycleConfiguration
<API_GetBucketLifecycleConfiguration.html>` IAM action.
.. policy-action:: s3:PutObjectNotification