-
Notifications
You must be signed in to change notification settings - Fork 28
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
fix: temporarily handle httpchecksum trait the same as httpchecksumrequired #608
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is of course fine for now but eventually these are going to be mutually exclusive right?
Not completely. |
Right, I guess it depends on how we implement it and whether we remove the MD5 checksum middleware in favor of a more generic checksum middleware or not. We also will have to be careful to not register two different checksum middlewares. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* refactor(rt): upstream HttpClientEngine interface changes * replace default retry middleware with AWS specific component that sets retry headers * add max attempts to retry header
* refactor(rt): upstream HttpClientEngine interface changes * replace default retry middleware with AWS specific component that sets retry headers * add max attempts to retry header
* refactor(rt): upstream HttpClientEngine interface changes * replace default retry middleware with AWS specific component that sets retry headers * add max attempts to retry header
Issue #
(none)
Description of changes
Temporarily adds support for handling
httpChecksum
the same ashttpChecksumRequired
. This enables consuming the latest model changes from S3 without fully implementing flexible checksums. Full support will come in aws-sdk-kotlin#557.Companion PR: aws-sdk-kotlin#558
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.