Skip to content

fix: support list more than 1000 objects by prefix (#2660) #2668

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

Merged
merged 1 commit into from
Jul 11, 2025
Merged

Conversation

Gezi-lzq
Copy link
Contributor

This commit fixes an issue where the doList method in AwsObjectStorage.java did not handle paginated results from the S3 listObjectsV2 API. The method now recursively fetches all pages of objects, ensuring that it can retrieve more than the default 1000 objects.

This commit fixes an issue where the doList method in AwsObjectStorage.java
did not handle paginated results from the S3 listObjectsV2 API. The
method now recursively fetches all pages of objects, ensuring that it can
retrieve more than the default 1000 objects.
@superhx superhx merged commit 4958b41 into 1.3 Jul 11, 2025
6 checks passed
@superhx superhx deleted the pick-2660-3 branch July 11, 2025 10:38
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.

2 participants