Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signer ¶
type Signer struct {
// contains filtered or unexported fields
}
Signer implements the AWS authenticated V4 Signature Specification for generating authenticated requests to CodeCommit repositories. The signature is generated using the V4 Signature Specification see https://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html
func NewSigner ¶
func NewSigner(creds aws.Credentials) *Signer
NewSigner creates a new V4 signer for signing CodeCommit URLs
Click to show internal directories.
Click to hide internal directories.