package v2
import "github.com/aws/aws-sdk-go-v2/aws/signer/v2"
Index ¶
Variables ¶
var SignRequestHandler = aws.NamedHandler{ Name: "v2.SignRequestHandler", Fn: SignSDKRequest, }
SignRequestHandler is a named request handler the SDK will use to sign service client request with using the V4 signature.
Functions ¶
func SignSDKRequest ¶
SignSDKRequest requests with signature version 2.
Will sign the requests with the service config's Credentials object Signing is skipped if the credentials is the aws.AnonymousCredentials object.
Source Files ¶
- Version
- v2.0.0-preview.1+incompatible
- Published
- Dec 21, 2017
- Platform
- darwin/amd64
- Imports
- 11 packages
- Last checked
- 14 minutes ago –
Tools for package owners.