package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Nov 19, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package defaults is a collection of helpers to retrieve the SDK's default
configuration and handlers.
func Config() *aws.Config
Config returns the default configuration.
func CredChain(cfg *aws.Config, handlers request.Handlers) *credentials.Credentials
CredChain returns the default credential chain.
func Handlers ¶
added in
v0.10.0
func Handlers() request.Handlers
Handlers returns the default request handlers.
type Defaults struct {
Config *aws.Config
Handlers request.Handlers
}
A Defaults provides a collection of default values for SDK clients.
Get returns the SDK's default values with Config and handlers pre-configured.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.