Skip to content

s3-bulk-delete v2 release

Compare
Choose a tag to compare
@hemachandsai hemachandsai released this 28 Dec 12:50

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

Note:-

  1. Once, aws max limit is hit(approx after deletion of 2,50,000 keys) the subsequent calls slows down to match available ops per second.
  2. The max rate of this utility is currently set to the default s3 value of 3.5k objects per second, max 21 active requests at any instinct. This value can be tweaked with maxConcurrentHTTPCalls and maxQueuedHTTPCalls variable.