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:
@ -11,8 +11,8 @@
|
||||
},
|
||||
{
|
||||
"Action": [
|
||||
"s3:PutBucketLifecycle",
|
||||
"s3:GetBucketLifecycle"
|
||||
"s3:PutLifecycleConfiguration",
|
||||
"s3:GetLifecycleConfiguration"
|
||||
],
|
||||
"Resource": [
|
||||
"arn:aws:s3:::*"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user