rust-s3
rust-s3 copied to clipboard
Support `DeleteObjects` API
trafficstars
Is your feature request related to a problem? Please describe.
Currently, files can only be deleted one at a time, requiring a separate request for each object. However, by using the dedicated DeleteObjects API, up to 1,000 objects could be deleted with a single request.
Describe the solution you'd like
Support S3 DeleteObjects API.