sreejasahithi opened a new pull request, #10309: URL: https://github.com/apache/ozone/pull/10309
## What changes were proposed in this pull request? The multi object delete iterates all request entries and forwards them to bucket.deleteKeys without checking the S3 1000 key maximum limit. It should reject DeleteObjects requests with more than 1000 objects before execution and return the error. ## What is the link to the Apache JIRA [HDDS-15304](https://issues.apache.org/jira/browse/HDDS-15304) ## How was this patch tested? Added testcases Green CI : https://github.com/sreejasahithi/ozone/actions/runs/26077522597 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
