Skip to content

Add pagination to ListObjects() #36

@TopperDEL

Description

@TopperDEL

The current implementation loads all objects. It fetches 1000 per page but does not stop at one page. This might not always be the best as it makes ListObjects slower and produces higher traffic.

It would be better to add an overload that takes a "Cursor"-value and a max entries parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions