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