diff --git a/rsts/deployment/deployment/multicluster.rst b/rsts/deployment/deployment/multicluster.rst index 5745e93d37..1385c21f83 100644 --- a/rsts/deployment/deployment/multicluster.rst +++ b/rsts/deployment/deployment/multicluster.rst @@ -49,12 +49,15 @@ 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:::*/*" ],