raphaelazzolini commented on PR #7396:
URL: https://github.com/apache/hadoop/pull/7396#issuecomment-2761379637

   > 
   > 
   > BTW, does setting the algorithm to md5 restore
   > 
   > - compatibility with third party stores when sdk >= 2.30.0
   > 
   > - AWS v4 signer to work? that seems to have broken on _all_ previous 
releases, even those which were working
   
   I am not sure... this code change didn't add md5, the sdk supports crc32, 
crc32c, sha1 and sha256. MD5 is not an option through the SDK methods, but it 
is allowed by using the old approach where you calculate the digest by yourself 
and provide it in the Content-MD5 header.


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to