Documentation ¶
Index ¶
- func DefaultCredentials(purpose string) *awscredentials.Credentials
- func DescribeEKSCluster(region, name string) (string, []byte, error)
- func DescribeEKSClusterWithStaticCredentials(region, name, accessKey, secretKey, token string) (string, []byte, error)
- func IsNotFound(err error) bool
- func IsSlowDown(err error) bool
- func KmsKey(arn string, blob []byte) ([]byte, []byte, error)
- func ProfileCredentials(profile, purpose string) *awscredentials.Credentials
- func ReadS3(s3path string) ([]byte, error)
- func Session(region, purpose string) (*awssession.Session, error)
- func SessionWithCredentials(region, purpose string, credentials *awscredentials.Credentials) (*awssession.Session, error)
- func SessionWithSharedConfig(region string) (*awssession.Session, error)
- func SessionWithStaticCredentials(region, purpose, accessKey, secretKey, token string) (*awssession.Session, error)
- func StatS3(s3path string) (int64, time.Time, error)
- func WriteS3(s3path string, body []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultCredentials ¶
func DefaultCredentials(purpose string) *awscredentials.Credentials
func IsNotFound ¶
func IsSlowDown ¶
func ProfileCredentials ¶
func ProfileCredentials(profile, purpose string) *awscredentials.Credentials
func SessionWithCredentials ¶
func SessionWithCredentials(region, purpose string, credentials *awscredentials.Credentials) (*awssession.Session, error)
func SessionWithSharedConfig ¶
func SessionWithSharedConfig(region string) (*awssession.Session, error)
func SessionWithStaticCredentials ¶
func SessionWithStaticCredentials(region, purpose, accessKey, secretKey, token string) (*awssession.Session, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.