Will delete multiple files from their account with a single request. Responds to DELETE requests with a header 'X-Bulk-Delete: true_value'. The body of the DELETE request will be a newline separated list of files to delete. The files listed must be URL encoded and in the form:
/container_name/obj_name
If all files were successfully deleted (or did not exist) will return an HTTPOk. If any files failed to delete will return an HTTPBadGateway. In both cases the response body is a json dictionary specifying in the number of files successfully deleted, not found, and a list of the files that failed.
Configuration option=Default value | Description |
use=egg:swift#bulk | Entry point of paste.deploy in the server |
max_containers_per_extraction=10000 | No help text available for this option |
max_failed_extractions=1000 | No help text available for this option |
max_deletes_per_request=10000 | No help text available for this option |
yield_frequency=60 | No help text available for this option |