-
Notifications
You must be signed in to change notification settings - Fork 107
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
chore: user guide for aws sdk v2 signer #131
Conversation
#### AWS SDK V2 | ||
|
||
```go | ||
package main |
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 we keep the code formatting (like tabs/spaces) for all the examples in this file similar?
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.
I've reformatted the whole document with standard GoLand formatting options. Hope it's okay.
Thank you @matelang for adding this! Can you sign off the DCO? |
Signed-off-by: Máté Lang <[email protected]>
9c447b2
to
0372948
Compare
DCO added. |
Signed-off-by: Máté Lang <[email protected]>
Signed-off-by: Máté Lang [email protected]
Description
Add documentation about the recently added AWS SDK v2 request signer.
Issues Resolved
Fixes #129.
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.