-
Notifications
You must be signed in to change notification settings - Fork 707
Closed
Labels
bindings/pythonenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersreleases-note/featThe PR implements a new feature or has a title that begins with "feat"The PR implements a new feature or has a title that begins with "feat"
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.
dosubot, yihong0618 and Ziy1-Tan
Metadata
Metadata
Assignees
Labels
bindings/pythonenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersreleases-note/featThe PR implements a new feature or has a title that begins with "feat"The PR implements a new feature or has a title that begins with "feat"