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 batch delete fails when more than 1K objects are deleted #95

Closed
pwinckles opened this issue Apr 4, 2023 · 1 comment
Closed

s3 batch delete fails when more than 1K objects are deleted #95

pwinckles opened this issue Apr 4, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@pwinckles
Copy link
Collaborator

The batch delete api supports deleting a maximum of 1,000 objects per request: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html

Currently, ocfl-java does not take this into account, and will happily create a single request to delete any number of object.s

@pwinckles pwinckles added the bug Something isn't working label Sep 20, 2023
@pwinckles
Copy link
Collaborator Author

resolved by #109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant