From: Thomas Kriechbaumer Date: Thu, 4 Jul 2019 18:14:28 +0000 (+0200) Subject: fix bucket policy spelling, follow-up to #21916 X-Git-Tag: v15.1.0~1721^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=67e91a99cddaed59d056fb488bf25bbf6c009df2;p=ceph.git fix bucket policy spelling, follow-up to #21916 The S3 action is case-sensitive and was fixed in #21916, but there were two more occurrences left. Signed-off-by: Thomas Kriechbaumer --- diff --git a/doc/radosgw/bucketpolicy.rst b/doc/radosgw/bucketpolicy.rst index 32a0e751b24b..260bf2b106d9 100644 --- a/doc/radosgw/bucketpolicy.rst +++ b/doc/radosgw/bucketpolicy.rst @@ -66,7 +66,7 @@ Currently, we support only the following actions: - s3:GetObjectVersionTorrent - s3:GetReplicationConfiguration - s3:ListAllMyBuckets -- s3:ListBucketMultiPartUploads +- s3:ListBucketMultipartUploads - s3:ListBucket - s3:ListBucketVersions - s3:ListMultipartUploadParts diff --git a/src/common/options.cc b/src/common/options.cc index e2ead0dfbf79..53c535a422da 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -6951,7 +6951,7 @@ std::vector