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 artifacts index generation using s3 sdk #470

Merged
merged 5 commits into from
Aug 23, 2024

Conversation

tashima42
Copy link
Contributor

@tashima42 tashima42 commented Aug 23, 2024

Problem: The s3 listObjectsv2 api without authentication can only list up to 1000 objects, we've reached this limit now
Solution: Use the go aws sdk v2 to list objects using pagination

release/rancher/rancher.go Outdated Show resolved Hide resolved
@tashima42 tashima42 merged commit 21af474 into rancher:master Aug 23, 2024
2 checks passed
@tashima42 tashima42 deleted the fix-index branch August 23, 2024 23:02
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.

3 participants