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

Fix ListObjectsV2 pagination & add new PCA option #39

Merged
merged 4 commits into from
May 13, 2024

Conversation

adammcdonagh
Copy link
Owner

@adammcdonagh adammcdonagh commented May 12, 2024

Pagination wasn't working correctly, meaning only the first 100 records were being returned when searching for files in S3

Also added new feature to allow PCA move to move the source file into another bucket

@adammcdonagh adammcdonagh linked an issue May 12, 2024 that may be closed by this pull request
Copy link

codecov bot commented May 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.32%. Comparing base (0c0c044) to head (bb61985).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
+ Coverage   84.15%   84.32%   +0.17%     
==========================================
  Files           4        4              
  Lines         448      453       +5     
==========================================
+ Hits          377      382       +5     
  Misses         71       71              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adammcdonagh adammcdonagh changed the title Fix ListObjectsV2 pagination Fix ListObjectsV2 pagination & add new PCA option May 12, 2024
@adammcdonagh adammcdonagh merged commit e12f886 into main May 13, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

S3 ListObjectsV2 output is paginated
1 participant