We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
resolved by #109
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: