-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to github.com/aws/aws-sdk-go-v2/service/s3 v1.25.0: plenty of warnings related to missing checksums #1606
Comments
Updates the SDK's checksum validation logic to require opt-in to output response payload validation. The SDK was always preforming output response payload checksum validation, not respecting the output validation model option. Fixes aws#1606
Thanks for reporting this issue @pommedeterresautee. I was able to reproduce this issue, and put out PR #1607 that addresses this bug in the SDK's handling of automatic validation of response payload checksums. |
|
Documentation
Describe the bug
When I update the
github.com/aws/aws-sdk-go-v2/service/s3
dependency tov1.25.0
I get plenty of warnings:In precedent version there is no such things.
There is no easy way to enable / disable checksum check
Expected behavior
I can download files from S3 bucket without having thousands of warnings.
Current behavior
When I try to download a file, I have thousands of warnings telling me there is no supported checksums to check.
Steps to Reproduce
My code to download a file from S3 bucket:
I tried below code but it didn't change anything:
Possible Solution
This is related to PR #1600 from
AWS Go SDK version used
1.25.0
Compiler and Version used
Go 1.16
Operating System and version
Ubuntu 21.04
The text was updated successfully, but these errors were encountered: