diff --git a/rsts/deployment/deployment/multicluster.rst b/rsts/deployment/deployment/multicluster.rst index c80de93289..ef2674573d 100644 --- a/rsts/deployment/deployment/multicluster.rst +++ b/rsts/deployment/deployment/multicluster.rst @@ -49,16 +49,22 @@ requests successfully, the following environment-specific requirements should be .. code-block:: json { + "Action": [ + "s3:DeleteObject*", "s3:GetObject*", "s3:ListBucket", "s3:PutObject*" - ], + + ], + "Resource": [ + "arn:aws:s3:::*", "arn:aws:s3:::/*" - ] + + ] } 2. At least three IAM Roles configured: one for the controlplane components, another for the dataplane