Skip to content

Fix batch sizes during s3 delete

Cal Pratt requested to merge cpratt34/fix-versioned-batches into master

There was an error in how we refreshed batch sizes for non versioned deletes, causing them to exceed the batch limit for S3. In this change I fix that issue, and also use the s3utils class to parallelize the head requests which pick up the version ids. This should make the requests faster and safer overall.

Merge request reports