HugoCasa opened a new issue, #7237: URL: https://github.com/apache/arrow-rs/issues/7237
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I'm building a bucket explorer and would like to paginate objects at the top-level so basically using both delimiter and token continuation at the same time. **Describe the solution you'd like** Expose a function with both token continuation and delimiter. I see that the function is already implemented for AWS/GCP/Azure in the ListClientExt trait but not exposed. **Describe alternatives you've considered** I've considered list_with_offset and list_with_delimiter but using those would be inefficient in my case. -- 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]
