From cf77de93d64a36cd3039368f67f9770c6b7bb4c1 Mon Sep 17 00:00:00 2001 From: davidmirror-ops Date: Fri, 29 Sep 2023 12:53:45 -0500 Subject: [PATCH] Fix JSON missing blank line 3rd try Signed-off-by: davidmirror-ops --- rsts/deployment/deployment/multicluster.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rsts/deployment/deployment/multicluster.rst b/rsts/deployment/deployment/multicluster.rst index 1385c21f83..daebe7118c 100644 --- a/rsts/deployment/deployment/multicluster.rst +++ b/rsts/deployment/deployment/multicluster.rst @@ -54,12 +54,14 @@ requests successfully, the following environment-specific requirements should be "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