From d43f2f8910f708c06ce1e13141ffae999e3396ca Mon Sep 17 00:00:00 2001 From: kannappanr Date: Sat, 9 Oct 2021 00:08:45 -0700 Subject: [PATCH] Fix: Typo in action names for Lifecycle configuration --- source/extra/examples/LifecycleManagementAdmin.json | 4 ++-- .../create-lifecycle-management-expiration-rule.rst | 4 ++-- .../transition-objects-to-azure.rst | 4 ++-- .../transition-objects-to-gcs.rst | 4 ++-- .../transition-objects-to-s3.rst | 4 ++-- .../minio-cli/minio-mc-admin/mc-admin-tier.rst | 4 ++-- .../policy-based-access-control.rst | 12 ++++++------ 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/source/extra/examples/LifecycleManagementAdmin.json b/source/extra/examples/LifecycleManagementAdmin.json index 5c24547a..1acd2a78 100644 --- a/source/extra/examples/LifecycleManagementAdmin.json +++ b/source/extra/examples/LifecycleManagementAdmin.json @@ -11,8 +11,8 @@ }, { "Action": [ - "s3:PutBucketLifecycle", - "s3:GetBucketLifecycle" + "s3:PutLifecycleConfiguration", + "s3:GetLifecycleConfiguration" ], "Resource": [ "arn:aws:s3:::*" diff --git a/source/lifecycle-management/create-lifecycle-management-expiration-rule.rst b/source/lifecycle-management/create-lifecycle-management-expiration-rule.rst index a8d91a3f..20f1f21a 100644 --- a/source/lifecycle-management/create-lifecycle-management-expiration-rule.rst +++ b/source/lifecycle-management/create-lifecycle-management-expiration-rule.rst @@ -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 diff --git a/source/lifecycle-management/transition-objects-to-azure.rst b/source/lifecycle-management/transition-objects-to-azure.rst index 72fd76bf..5e97e30d 100644 --- a/source/lifecycle-management/transition-objects-to-azure.rst +++ b/source/lifecycle-management/transition-objects-to-azure.rst @@ -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 diff --git a/source/lifecycle-management/transition-objects-to-gcs.rst b/source/lifecycle-management/transition-objects-to-gcs.rst index 3c9db83c..728e17ba 100644 --- a/source/lifecycle-management/transition-objects-to-gcs.rst +++ b/source/lifecycle-management/transition-objects-to-gcs.rst @@ -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 diff --git a/source/lifecycle-management/transition-objects-to-s3.rst b/source/lifecycle-management/transition-objects-to-s3.rst index c8187d8b..6c07a9c1 100644 --- a/source/lifecycle-management/transition-objects-to-s3.rst +++ b/source/lifecycle-management/transition-objects-to-s3.rst @@ -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 diff --git a/source/reference/minio-cli/minio-mc-admin/mc-admin-tier.rst b/source/reference/minio-cli/minio-mc-admin/mc-admin-tier.rst index 99eaff97..5a4b2248 100644 --- a/source/reference/minio-cli/minio-mc-admin/mc-admin-tier.rst +++ b/source/reference/minio-cli/minio-mc-admin/mc-admin-tier.rst @@ -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 diff --git a/source/security/minio-identity-management/policy-based-access-control.rst b/source/security/minio-identity-management/policy-based-access-control.rst index be468283..1d8d01e6 100644 --- a/source/security/minio-identity-management/policy-based-access-control.rst +++ b/source/security/minio-identity-management/policy-based-access-control.rst @@ -253,15 +253,15 @@ The following table lists the MinIO-supported policy action keys. Corresponds to the :s3-api:`s3:ListParts ` IAM action. -.. policy-action:: s3:PutBucketLifecycle +.. policy-action:: s3:PutLifecycleConfiguration - Corresponds to the :s3-api:`s3:PutBucketLifecycle - ` IAM action. + Corresponds to the :s3-api:`s3:PutLifecycleConfiguration + ` IAM action. -.. policy-action:: s3:GetBucketLifecycle +.. policy-action:: s3:GetLifecycleConfiguration - Corresponds to the :s3-api:`s3:GetBucketLifecycle - ` IAM action. + Corresponds to the :s3-api:`s3:GetLifecycleConfiguration + ` IAM action. .. policy-action:: s3:PutObjectNotification