CalvinKirs opened a new pull request, #58467:
URL: https://github.com/apache/doris/pull/58467

   
   AWS SDK for Java v2 uses the system property 
AwsSystemSetting.AWS_REQUEST_CHECKSUM_CALCULATION to control request payload 
checksum calculation.
   
   
   According to the official discussion AWS SDK v2 Discussion 
https://github.com/apache/doris/pull/5802
   
   
   By default, the SDK may automatically calculate checksums when required.
   
   
   For AWS S3, setting the default value "WHEN_REQUIRED" ensures checksums are 
calculated only when necessary, providing both compatibility and performance 
benefits.
   
   
   For non-S3 object storage (such as COS, OSS, OBS), using this default value 
may cause errors, for example:
   
   
   `aws-chunked encoding is not supported with the specified 
x-amz-content-sha256 value`
   
   because these services do not support AWS-specific chunked encoding or 
SHA256 checksum.


-- 
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]

Reply via email to