wjones127 commented on code in PR #4060:
URL: https://github.com/apache/arrow-rs/pull/4060#discussion_r1201519452
##########
object_store/src/aws/mod.rs:
##########
@@ -249,6 +251,15 @@ impl ObjectStore for AmazonS3 {
self.client.delete_request(location, &()).await
}
+ fn delete_stream<'a>(
+ &'a self,
+ locations: BoxStream<'a, Path>,
+ ) -> BoxStream<'a, BoxFuture<'a, Result<Vec<Result<Path>>>>> {
Review Comment:
I think this signature is fine, but how would I implement limit store with
it?
--
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]