-
Couldn't load subscription status.
- Fork 184
Use AwsV4HttpSigner instead of Aws4Signer #4102
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
Conversation
|
Thank you for the fix! Lets apply spotless. Team can we place backport labels I would say until 2.19 would be good |
Signed-off-by: Andy Qin <[email protected]>
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.
LGTM. let's check the UTs before merging.
+1 |
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.
ITs passed, thanks for the fix @q-andy
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4102 +/- ##
=========================================
Coverage 81.52% 81.52%
- Complexity 8800 8802 +2
=========================================
Files 761 761
Lines 38102 38104 +2
Branches 4248 4248
=========================================
+ Hits 31061 31066 +5
+ Misses 5196 5193 -3
Partials 1845 1845
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Andy Qin <[email protected]>
|
@dhrubo-os can we backport this to 3.1, 3.0, and 2.19? |
Signed-off-by: Andy Qin <[email protected]> (cherry picked from commit 71d47e9)
Signed-off-by: Andy Qin <[email protected]> (cherry picked from commit 71d47e9)
Signed-off-by: Andy Qin <[email protected]> (cherry picked from commit 71d47e9)
Description
Use AwsV4HttpSigner instead of Aws4Signer (deprecated)
https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/http/auth/aws/signer/AwsV4HttpSigner.html
https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/auth/signer/Aws4Signer.html
Related Issues
Resolves #4100
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.