object_store: delete multiple #4154
Labels
development-process
Related to development process of arrow-rs
enhancement
Any new improvement worthy of a entry in the changelog
Problem
I want to delete multiple objects atomically.
Solution
Add a new method to
ObjectStore
. It would follow the API similar to S3 DeleteObjectsAlternatives
Multiple calls to
delete
aren't atomic.Discussion
Not all implementations of
ObjectStore
support this. We could have an extension trait,ObjectStoreAtomic: ObjectStore
.The text was updated successfully, but these errors were encountered: