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

Chunk deleted files into batches #400

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

lepikhinb
Copy link
Contributor

S3 has a batch delete limit of 1000 files.

The PR introduces chunking keysToDelete into batches of 1000 files to bypass the limitation.

S3 has a batch delete limit of 1000 files.

The PR introduces chunking `keysToDelete` into batches of 1000 files to bypass the limitation.
@lepikhinb lepikhinb marked this pull request as ready for review July 20, 2024 00:43
@mnapoli
Copy link
Member

mnapoli commented Jul 22, 2024

Thanks! It seems the build is failing, but I don't think it's related to the PR 🤔

@lepikhinb
Copy link
Contributor Author

@mnapoli yeah, it seems that the workflow is broken

@mnapoli
Copy link
Member

mnapoli commented Aug 31, 2024

Have you been able to test these changes against AWS and see if they work? I'm happy to merge if this was tested manually.

@lepikhinb
Copy link
Contributor Author

@mnapoli yeah, we run this in production

@mnapoli
Copy link
Member

mnapoli commented Aug 31, 2024

Got it thanks!

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