25 Feb
2025
25 Feb
'25
6:24 p.m.
Hello Using boto3 trying to upload files to s3 bucket, when I am using boto version 1.35 it works fine, when upgrading it to 1.36 doesn’t work, facing below error, python3 s3_upload.py Error testing the new bucket: An error occurred (XAmzContentSHA256Mismatch) when calling the PutObject operation: None But works with AWS s3 Bucket. “https://aws.amazon.com/blogs/aws/introducing-default-data-integrity-protections-for-new-objects-in-amazon-s3/“ Is there a way to enable/disable checksum ? Regards Dev