-
-
Notifications
You must be signed in to change notification settings - Fork 57
Add support for sigV4a signing #645
New issue
8000 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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #645 +/- ##
==========================================
- Coverage 80.49% 80.31% -0.19%
==========================================
Files 81 83
10000
+2
Lines 7019 7284 +265
==========================================
+ Hits 5650 5850 +200
- Misses 1369 1434 +65 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
In general looks pretty good. Couple of minor issues
One question is there a plan to provide some API to choose sigv4a in AWSClient
var eq: UInt8 = 1 | ||
let length = lhs.count | ||
|
||
for i in 0..<length { |
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.
Can you a comment explaining what is happening here
hexDigest()
much faster :)Fixes: #532