Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AWSRegionUSEast1 is a helper constant for AWS configs. AWSRegionUSEast1 = "us-east-1" // AWSRegionUSWest is a helper constant for AWS configs. AWSRegionUSWest = "us-west-1" )
AWSRegionUSEast1 ...
Variables ¶
View Source
var ( Config = &awsConfig{ done: make(chan struct{}), } )
Config ...
Functions ¶
Types ¶
type SessionOption ¶
type SessionOption func(*SessionOptions)
SessionOption ...
func STSRoleDurationSeconds ¶
func STSRoleDurationSeconds(t time.Duration) SessionOption
STSRoleDurationSeconds ...
Click to show internal directories.
Click to hide internal directories.