]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Revise the Example of Bucket Policy 17362/head
authorzhangwen <zhangwen1@unionpay.com>
Wed, 30 Aug 2017 08:53:00 +0000 (16:53 +0800)
committerzhangwen <zhangwen1@unionpay.com>
Wed, 30 Aug 2017 08:53:00 +0000 (16:53 +0800)
Signed-off-by: Wen Zhang zhangwen1@unionpay.com
doc/radosgw/bucketpolicy.rst

index 9e6ce5514837262300fe9da7bc21119f3a4427ab..8a24c445a52a7f0ba8c372631cb800795187cade 100644 (file)
@@ -22,7 +22,7 @@ For example, one may use s3cmd to set or delete a policy thus::
     "Statement": [{
       "Effect": "Allow",
       "Principal": {"AWS": ["arn:aws:iam::usfolks:user/fred"]},
-      "Action": "s3PutObjectAcl",
+      "Action": "s3:PutObjectAcl",
       "Resource": [
         "arn:aws:s3:::happybucket/*"
       ]