rust-s3 icon indicating copy to clipboard operation
rust-s3 copied to clipboard

Support `DeleteObjects` API

Open Fabii547 opened this issue 7 months ago • 0 comments
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.

Fabii547 avatar Apr 17 '25 11:04 Fabii547