tustvold commented on code in PR #324: URL: https://github.com/apache/arrow-rs-object-store/pull/324#discussion_r2040708806
########## src/client/list.rs: ########## @@ -33,6 +32,8 @@ pub(crate) trait ListClient: Send + Sync + 'static { delimiter: bool, token: Option<&str>, offset: Option<&str>, + max_keys: Option<usize>, Review Comment: Perhaps this could use ListOpts? -- 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