Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use S3 ListObjectsV2 for listing files #655

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 24, 2023

  1. Use S3 ListObjectsV2 for listing files

    ListObjects has been deprecated since 2016 and ListObjectsV2 with use of
    explicit pagination tokens is more performant for large listings as well.
    
    This also mitigates an issue with iDrive E2 where the StartAfter/Marker
    is included in the output, leading to duplicate entries. Right now this
    causes an exhaustive prune to delete chunks erroneously flagged as
    duplicate, destroying the storage.
    jkl1337 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    9157761 View commit details
    Browse the repository at this point in the history