Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSCredentials ¶
type AWSCredentials interface {
Get() (*credentials.Credentials, error)
}
func NewAWSCredentials ¶
func NewAWSCredentials(id, secret, token string, runningOnEc2 bool) (AWSCredentials, error)
Click to show internal directories.
Click to hide internal directories.