-
Notifications
You must be signed in to change notification settings - Fork 338
Add sigv4 module #310
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
Add sigv4 module #310
Conversation
…d secret key Signed-off-by: Tyler Reid <[email protected]> Signed-off-by: Tyler Reid <[email protected]>
…roundtripper Signed-off-by: Tyler Reid <[email protected]>
Signed-off-by: Tyler Reid <[email protected]>
|
yes, it would be nice to add a Makefile and call it from the main makefile or from ci |
| return fmt.Errorf("must provide a AWS SigV4 Access key and Secret Key if credentials are specified in the SigV4 config") | ||
| } | ||
| return nil | ||
| } |
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.
Missing empty line.
|
Thanks, I have added 2 small comments. |
Signed-off-by: Tyler Reid <[email protected]>
Signed-off-by: Tyler Reid <[email protected]>
Signed-off-by: Tyler Reid <[email protected]>
|
Thanks, we are getting close :) |
Signed-off-by: Tyler Reid <[email protected]>
pracucci
left a comment
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!
|
Thanks! |
This contains the sigv4 config and sig v4 roundtripper. Do I need to add a new makefile for this module as well?