Atom feed of this document
 

 Bulk delete

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.

Table 6.49. Description of configuration options for [filter:bulk] in proxy-server.conf-sample
Configuration option=Default value Description
use=egg:swift#bulkEntry point of paste.deploy in the server
max_containers_per_extraction=10000No help text available for this option
max_failed_extractions=1000No help text available for this option
max_deletes_per_request=10000No help text available for this option
yield_frequency=60No help text available for this option

Log a bug against this page


loading table of contents...