rich7420 opened a new pull request, #11061: URL: https://github.com/apache/ozone/pull/11061
## What changes were proposed in this pull request? This task aims to introduce `ChunksValidator` to verify signature for the STREAMING-AWS4-HMAC-SHA256-PAYLOAD algorithm within the S3 Gateway. The primary goal is to enable SignedChunksInputStream to verify the authenticity of each data chunk in real-time. By calculating the HMAC-SHA256 hash of the streaming payload and comparing it against the chunk-signature provided in the S3 chunk header, S3G can ensure data integrity and reject tampered or unauthorized data before it reaches the backend storage. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15141 ## How was this patch tested? https://github.com/rich7420/ozone/actions/runs/32246615796 -- 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]
