improve bulk document

This a very small change which just tell users request url of bulk
delete request. In original docstrings, it just states the request
parameters, request body and request method but not request url.

Change-Id: I0bbc302a0e072910bb58e4814614d7f761433b10
This commit is contained in:
Kun Huang 2013-09-27 15:25:53 +08:00
parent c1f9f668ee
commit 4c4a8abaa5
1 changed files with 5 additions and 5 deletions

View File

@ -144,11 +144,11 @@ class Bulk(object):
Will delete multiple objects or containers from their account with a
single request. Responds to DELETE requests with query parameter
?bulk-delete set. The Content-Type should be set to text/plain.
The body of the DELETE request will be a newline separated list of url
encoded objects to delete. You can delete 10,000 (configurable) objects
per request. The objects specified in the DELETE request body must be URL
encoded and in the form:
?bulk-delete set. The request url is your storage url. The Content-Type
should be set to text/plain. The body of the DELETE request will be a
newline separated list of url encoded objects to delete. You can delete
10,000 (configurable) objects per request. The objects specified in the
DELETE request body must be URL encoded and in the form:
/container_name/obj_name