package
0.0.0-20170712012135-eada9f4e8cc2
Repository: https://github.com/gilbertchen/goamz.git
Documentation: pkg.go.dev
# Functions
Encode takes a string and URI-encodes it in a way suitable to be used in AWS signatures.
EnvAuth creates an Auth based on environment information.
No description provided by the author
GetAuth creates an Auth based on either passed in credentials, environment information or instance based role credentials.
GetMetaData retrieves instance metadata about the current machine.
No description provided by the author
Create a base set of params for an action.
To be used with other APIs that return auth credentials such as STS.
Convenience method for creating an http client.
No description provided by the author
Create a new AWS server to handle making requests.
No description provided by the author
Return a new instance of a V4Signer capable of signing AWS requests.
SharedAuth creates an Auth based on shared credentials stored in $HOME/.aws/credentials.
# Constants
Common date formats for signing requests.
Common date formats for signing requests.
Defines the valid signers.
Defines the valid signers.
Defines the valid signers.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Exported default client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
AttemptStrategy represents a strategy for waiting for an action to complete successfully.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Region defines the URLs where AWS services may be accessed.
No description provided by the author
ResponseMetadata.
No description provided by the author
Implements a Server Query/Post API to easily query AWS services and build errors when desired.
Defines the service endpoint and correct Signer implementation to use to sign requests for this endpoint.
No description provided by the author
The V4Signer encapsulates all of the functionality to sign a request with the AWS
Signature Version 4 Signing Process.
# Interfaces
An AWS Service interface with the API to query the AWS service
Supplied as an easy way to mock out service calls during testing.
Designates a signer interface suitable for signing AWS requests, params should be appropriately encoded for the request before signing.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author