Only one "quota" parameter is needed in the URL to indicate that it is a quota request.
Signed-off-by: wangyingbin <ybwang0211@163.com>
To set a quota, the user must have ``buckets`` capability set with ``write``
permission. ::
- PUT /admin/bucket?quota&uid=<uid>&bucket=<bucket-name>"a
+ 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.