]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: remove duplicated 'quota' parameter in URL 40357/head
authorwangyingbin <ybwang0211@163.com>
Wed, 24 Mar 2021 06:05:18 +0000 (14:05 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 24 Mar 2021 07:35:28 +0000 (15:35 +0800)
Only one "quota" parameter is needed in the URL to indicate that it is a quota request.

Signed-off-by: wangyingbin <ybwang0211@163.com>
doc/radosgw/adminops.rst

index f73fe19107aa303858dcaba467179c485241c43e..36719887a0f3a861c5122c4afd9b5f4f40cc81e3 100644 (file)
@@ -1929,7 +1929,7 @@ Set Quota for an Individual Bucket
 To set a quota, the user must have ``buckets`` capability set with ``write``
 permission. ::
 
-       PUT /admin/bucket?quota&uid=<uid>&bucket=<bucket-name>&quota
+       PUT /admin/bucket?quota&uid=<uid>&bucket=<bucket-name>
 
 The content must include a JSON representation of the quota settings
 as mentioned in Set Bucket Quota section above.