79488850

Date: 2025-03-06 09:37:20
Score: 0.5
Natty:
Report link

A colleague found the right override: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3BaseClientBuilder.html#requestChecksumCalculation(software.amazon.awssdk.core.checksums.RequestChecksumCalculation)

So, the fix is simple: Just add .requestChecksumCalculation(RequestChecksumCalculation.WHEN_REQUIRED) to your S3Client.builder() and it will work just as smoothly as before the update to AWS SDK >=2.30.0.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: NotGaeL