Skip to content

incremental refresh for large folders #17106

@gfody

Description

@gfody

I have some folders in S3 that contain 50k+ objects. It takes a while to download the full listing, and if new objects have been added I have to click "refresh" which will download the full listing and again take some time.

It would be nice if there was an alternative to "refresh" that would assume the keys are ordered and quickly check for new items by specifying the start-after parameter to S3ListObjectsV2 passing the last key. Ideally we could configure this to happen automatically/quietly in the background every couple of seconds so that new items would just appear.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions