Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LegacySSO ¶
func LegacySSO(t *testing.T, driver TestDriver)
func SSO ¶
func SSO(t *testing.T, driver TestDriver)
func SharedConfigFileParsing ¶
func SharedConfigFileParsing(t *testing.T, driver TestDriver)
haredConfigFileParsing prevents regression in shared config file parsing * https://github.com/aws/aws-sdk-go-v2/issues/2349: indented keys
Types ¶
type AwsConfigThing ¶
type ConfigFunc ¶
type ConfigFunc func(c Configurer)
func WithProfile ¶
func WithProfile(s string) ConfigFunc
func WithUseFIPSEndpoint ¶
func WithUseFIPSEndpoint(b bool) ConfigFunc
type Configurer ¶
type TestCaseDriver ¶
type TestDriver ¶
type TestDriver interface {
Init(mode TestMode)
TestCase() TestCaseDriver
}
type Thing ¶
type Thing interface {
GetCredentials() aws.CredentialsProvider
GetRegion() string
}
Click to show internal directories.
Click to hide internal directories.