You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release contains s3-bulk-delete utility which clear aws s3 bucket at much higher rate than aws-cli recursive delete functionality.
Note:-
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.
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.