Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Region string Profile string AccessKeyID string SecretAccessKey string UseChainCredentials bool Session *session.Session SecretsManagerClient *secretsmanager.SecretsManager SecretCache *cache.Cache CacheTTL = 5 * time.Minute )
Functions ¶
Types ¶
type SessionProvider ¶
SessionProvider custom provider to allow for fallback to session configured credentials.
func (*SessionProvider) IsExpired ¶
func (m *SessionProvider) IsExpired() bool
IsExpired for SessionProvider.
func (*SessionProvider) Retrieve ¶
func (m *SessionProvider) Retrieve() (credentials.Value, error)
Retrieve for SessionProvider.
Click to show internal directories.
Click to hide internal directories.