From: Daniel Parkes Date: Thu, 23 Nov 2023 21:15:52 +0000 (+0100) Subject: doc/radosgw: Fix JSON typo in Principal Tag example code snippet X-Git-Tag: v18.2.4~432^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=057ffeaf2a70289446162d9ff48bb9638d867e3c;p=ceph.git doc/radosgw: Fix JSON typo in Principal Tag example code snippet Signed-off-by: Daniel Parkes (cherry picked from commit 68729c951dd3acdbdf86c3ce895a55bbab1aeb89) --- diff --git a/doc/radosgw/session-tags.rst b/doc/radosgw/session-tags.rst index 46722c38251a..67a85389593b 100644 --- a/doc/radosgw/session-tags.rst +++ b/doc/radosgw/session-tags.rst @@ -104,7 +104,7 @@ An example of a role permission policy that uses aws:PrincipalTag is as follows: { "Effect":"Allow", "Action":["s3:*"], - "Resource":["arn:aws:s3::t1tenant:my-test-bucket","arn:aws:s3::t1tenant:my-test-bucket/*],"+ + "Resource":["arn:aws:s3::t1tenant:my-test-bucket","arn:aws:s3::t1tenant:my-test-bucket/*"], "Condition":{"StringEquals":{"aws:PrincipalTag/Department":"Engineering"}} }] }