adoroszlai opened a new pull request, #9060: URL: https://github.com/apache/ozone/pull/9060
## What changes were proposed in this pull request? S3 Gateway rejects "list multipart uploads" request with `max-uploads > 1000`. On the other hand, `max-keys` for "list keys" is simply capped at 1000 without error. `max-uploads` should be lenient, too. This fixes behavior with `S3AFileSystem`, which uses `max-uploads=5000` by default: https://github.com/apache/hadoop/blob/3baa288982333fbbc3839cf55baaf36f49e0f7b6/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java#L476 https://issues.apache.org/jira/browse/HDDS-13706 ## How was this patch tested? Updated AWS SDK integration test cases with `max-uploads=5000` to reproduce the problem. https://github.com/adoroszlai/ozone/actions/runs/17956564273/job/51070290310#step:13:5932 -- 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]
