-
Notifications
You must be signed in to change notification settings - Fork 79
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
feat: Add default trait support #1696
Conversation
@@ -25,13 +25,7 @@ public struct Sha256TreeHashMiddleware<OperationStackInput, OperationStackOutput | |||
) async throws { | |||
switch request.body { | |||
case .data(let data): |
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.
got some warning messages in here we should take care of
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.
Addressed warnings
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.
Just one question
Issue #
Description of changes
x-amz-content-sha256
header logic fromSha256TreeHashMiddleware
as it cannot be set before CRT signerdefaults
that used to be disabledNote:
testRestJsonClientIgnoresDefaultValuesIfMemberValuesArePresentInResponse
test is kept disabled because the underlying Smithy test case is wrong and the fix will be released with v1.51.0.New/existing dependencies impact assessment, if applicable
Conventional Commits
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.