Kinrany opened a new issue, #4154:
URL: https://github.com/apache/arrow-rs/issues/4154

   ## Problem
   
   I want to delete multiple objects atomically.
   
   ## Solution
   
   Add a new method to `ObjectStore`. It would follow the API similar to [S3 
DeleteObjects](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html)
   
   ## Alternatives
   
   Multiple calls to `delete` aren't atomic.
   
   ## Discussion
   
   Not all implementations of `ObjectStore` support this. We could have an 
extension trait, `ObjectStoreAtomic: ObjectStore`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to