stayrascal commented on code in PR #324:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/324#discussion_r2053302614


##########
src/http/mod.rs:
##########
@@ -157,6 +158,93 @@ impl ObjectStore for HttpStore {
         .boxed()
     }
 
+    fn list_opts(

Review Comment:
   yeah, i considered reuse the logic of `list` and `list_with_delimiter`, but 
since the response of `list_opts` is a BoxStream with static lifecycle, so 
cannot reuse  `list_with_delimiter` directly(please correct me if misunderstand 
something). 



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to