stayrascal commented on code in PR #324: URL: https://github.com/apache/arrow-rs-object-store/pull/324#discussion_r2052563762
########## src/lib.rs: ########## @@ -1283,6 +1359,22 @@ pub struct PutResult { pub version: Option<String>, } +/// Options for [`ObjectStore::list_opts`] +#[derive(Debug, Clone, Default)] +pub struct ListOpts { Review Comment: cool, followed the pattern of `PutMultipartOpts` -- 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