MCPcopy Create free account
hub / github.com/s3tools/s3cmd / object_batch_delete

Method object_batch_delete

S3/S3.py:855–858  ·  view source on GitHub ↗

Batch delete given a remote_list

(self, remote_list)

Source from the content-addressed store, hash-verified

853 return response
854
855 def object_batch_delete(self, remote_list):
856 """ Batch delete given a remote_list """
857 uris = [remote_list[item]['object_uri_str'] for item in remote_list]
858 return self.object_batch_delete_uri_strs(uris)
859
860 def object_batch_delete_uri_strs(self, uris):
861 """ Batch delete given a list of object uris """

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected