]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/radosgw: Fix JSON typo in Principal Tag example code snippet
authorDaniel Parkes <dparkes@redhat.com>
Thu, 23 Nov 2023 21:15:52 +0000 (22:15 +0100)
committerZac Dover <zac.dover@proton.me>
Thu, 23 Nov 2023 22:42:20 +0000 (08:42 +1000)
Signed-off-by: Daniel Parkes <dparkes@redhat.com>
(cherry picked from commit 68729c951dd3acdbdf86c3ce895a55bbab1aeb89)

doc/radosgw/session-tags.rst

index 46722c38251a49ef99a162e2677eb7c05f7eff02..67a85389593b8e4dacffa5ebcca7e90f9d8ae5ed 100644 (file)
@@ -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"}}
            }]
        }