An open API service indexing awesome lists of open source software.

https://github.com/j-vizcaino/s3-trash

Tool to empty S3 buckets
https://github.com/j-vizcaino/s3-trash

aws aws-s3 delete go

Last synced: 3 months ago
JSON representation

Tool to empty S3 buckets

Awesome Lists containing this project

README

          

# s3-trash

**DANGER**: **this removes all the objects from an S3 bucket. There's no way to recover deleted objects from S3 once this completes**.

**USE AT YOUR OWN RISK**

This is a small tool that lists all the objects versions in an S3 bucket and deletes them.
Listing and deleting happens in parallel, thanks to Go concurrency model.

Deletes happen in bulk operations of at most 1,000 deletes per call.
Multiple connections can be opened to S3 to maximize speed.