Skip to content

new feature: Add start-after support in python binding #6042

Closed
@Xuanwo

Description

@Xuanwo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions