Gargi-jais11 opened a new pull request, #10539: URL: https://github.com/apache/ozone/pull/10539
## What changes were proposed in this pull request? MINT` aws-sdk-ruby presignedPut` fails because the test sends an unsigned `x-amz-acl` header on a presigned PUT URL. Ozone currently rejects this in `StringToSignProducer#validateCanonicalHeaders()`. Presigned PUT is implemented. **Fix: by allowing unsigned x-amz-acl.** Test failure link : https://ozone.s3.peterxcli.dev/?run=2026-06-16T07-50-35Z&caseSuite=mint&test=presignedPut%28bucket_name%2Cfile_name%29#latest-run-section [mint actual test case](https://github.com/minio/mint/blob/12559d50625b722d11fd798ae8ac2fb204e66dd1/run/core/aws-sdk-ruby/aws-stub-tests.rb#L708-L761) ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15590 ## How was this patch tested? Added unit test. -- 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]
