Skip to content

Add method to bulk delete blobs from S3Storage

Richard Kennedy requested to merge richken/bcs_bulk_delete into master

Description

Currently, we do not have a way to bulk delete blobs from S3 Storage. This MR adds this method.

We might want more intelligent error handling, since we don't propagate any info on which files were deleted, and which files failed to delete.

To Do:

  • Implement function call
  • Implement error handling
  • Add tests

Issue:

#270 (closed)

Edited by Richard Kennedy

Merge request reports