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

S3 list objects recursive #156

Open
pdiakumis opened this issue Dec 18, 2024 · 0 comments
Open

S3 list objects recursive #156

pdiakumis opened this issue Dec 18, 2024 · 0 comments
Assignees

Comments

@pdiakumis
Copy link
Member

When trying to list S3 objects using ListObjectsV2, the MaxKeys cannot be greater than 1,000.
We can check the isTruncated key in the response, with TRUE indicating there are more objects available, and then recursively call s3$list_objects_v2.

Also see #118 for the GDS implementation.

@pdiakumis pdiakumis self-assigned this Dec 18, 2024
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

No branches or pull requests

1 participant