From: wangyingbin Date: Wed, 24 Mar 2021 06:05:18 +0000 (+0800) Subject: doc: remove duplicated 'quota' parameter in URL X-Git-Tag: v17.1.0~2497^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7f60e97b9fc84a9bc23aec4065974366e1549ff3;p=ceph.git doc: remove duplicated 'quota' parameter in URL Only one "quota" parameter is needed in the URL to indicate that it is a quota request. Signed-off-by: wangyingbin --- diff --git a/doc/radosgw/adminops.rst b/doc/radosgw/adminops.rst index f73fe19107aa3..36719887a0f3a 100644 --- a/doc/radosgw/adminops.rst +++ b/doc/radosgw/adminops.rst @@ -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=&bucket="a + PUT /admin/bucket?quota&uid=&bucket= The content must include a JSON representation of the quota settings as mentioned in Set Bucket Quota section above.