Closed
Description
Feature Description
Add start-after
support for python list and lister.
Problem and Solution
See #6040 (reply in thread) for context
opendal rust core provides an option called start-after, users can start list from offset in this way:
let lister = op.lister_with(path).start_after(offset).await?;But this feature seems not exported to python yet. Let's create an issue to track it.
Additional Context
No response
Are you willing to contribute to the development of this feature?
- Yes, I am willing to contribute to the development of this feature.