-
Notifications
You must be signed in to change notification settings - Fork 183
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
Small refactor of AWS Signer classes for both sync and async clients #866
Conversation
Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com>
Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com>
…ync and async clients Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com>
Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com>
Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com>
…ved testing on them as well Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com>
Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #866 +/- ##
==========================================
- Coverage 71.95% 70.39% -1.56%
==========================================
Files 91 125 +34
Lines 8001 9290 +1289
==========================================
+ Hits 5757 6540 +783
- Misses 2244 2750 +506 ☔ View full report in Codecov by Sentry. |
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.
👏
@brunomurino if you want to do more work, I like #595 and #410 |
Description
Small refactor of AWS Signer classes for both sync and async clients.
Implementing test improvements suggestion.
Issues Resolved
None
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.