stayrascal commented on code in PR #324: URL: https://github.com/apache/arrow-rs-object-store/pull/324#discussion_r2041114080
########## src/aws/builder.rs: ########## @@ -891,6 +893,12 @@ impl AmazonS3Builder { self } + /// Set the max keys per list request. It's almost used for test paginated listing. Review Comment: yeah, i'm trying to test paginated listing, for example, limit n objects per list request instead of preparing more than 1k objects before testing in ut, but i found it's a little bit hard to add a general test case in `integration.rs` because they used a common object store, e.g. AmazonS3, otherwise I need to create separate store and test cover it. It can be removed. -- 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