From: zhangwen Date: Wed, 30 Aug 2017 08:53:00 +0000 (+0800) Subject: doc: Revise the Example of Bucket Policy X-Git-Tag: v13.0.1~1099^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17362%2Fhead;p=ceph.git doc: Revise the Example of Bucket Policy Signed-off-by: Wen Zhang zhangwen1@unionpay.com --- diff --git a/doc/radosgw/bucketpolicy.rst b/doc/radosgw/bucketpolicy.rst index 9e6ce5514837..8a24c445a52a 100644 --- a/doc/radosgw/bucketpolicy.rst +++ b/doc/radosgw/bucketpolicy.rst @@ -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/*" ]