]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
fix bucket policy spelling, follow-up to #21916 28885/head
authorThomas Kriechbaumer <thomas@kriechbaumer.name>
Thu, 4 Jul 2019 18:14:28 +0000 (20:14 +0200)
committerThomas Kriechbaumer <thomas@kriechbaumer.name>
Thu, 4 Jul 2019 18:17:37 +0000 (20:17 +0200)
The S3 action is case-sensitive and was fixed in #21916, but there were
two more occurrences left.

Signed-off-by: Thomas Kriechbaumer <thomas@kriechbaumer.name>
doc/radosgw/bucketpolicy.rst
src/common/options.cc

index 32a0e751b24b5673c4555f346154d3abc801fab0..260bf2b106d97db932c8f6614de24972c1d26658 100644 (file)
@@ -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
index e2ead0dfbf791f06fabc8cf4bb2fc6dc9382e2b7..53c535a422da346a23540604c424b344784d6e0b 100644 (file)
@@ -6951,7 +6951,7 @@ std::vector<Option> get_rgw_options() {
     .set_long_description("This caps the maximum permitted value for listing-like operations in RGW S3. "
                          "Affects ListBucket(max-keys), "
                          "ListBucketVersions(max-keys), "
-                         "ListBucketMultiPartUploads(max-uploads), "
+                         "ListBucketMultipartUploads(max-uploads), "
                          "ListMultipartUploadParts(max-parts)"),
 
     Option("rgw_sts_token_introspection_url", Option::TYPE_STR, Option::LEVEL_ADVANCED)