Skip to content

s3-bulk-delete v1 release

Compare
Choose a tag to compare
@hemachandsai hemachandsai released this 28 Dec 10:45
· 7 commits to v-1.0.x since this release

This release contains the basic version of s3-bulk-delete utility which clear aws s3 bucket at much higher rate than aws-cli recursive delete functionality.

Note:-

  1. Continuous code handling when aws max limit is hit(approx after deletion of 2,50,000 keys), is not yet handled and will be taken care off once aws go-sdk community team responds back.
  2. The max rate of this utility is currently set to the default s3 value of 3.5k objects per second and is dependent on number of s3 prefixes. This value can be tweaked with maxConcurrentHTTPCalls variable.