Merge pull request #40357 from ybwang0211/quota_doc

doc: remove duplicated 'quota' parameter in URL

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2021-03-24 17:33:28 +08:00 committed by GitHub
commit 05b7167ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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.