Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3CredentialProvider ¶
type S3CredentialProvider struct {
Config *nibbler.Configuration
}
func (S3CredentialProvider) IsExpired ¶
func (s S3CredentialProvider) IsExpired() bool
IsExpired returns if the credentials are no longer valid, and need to be retrieved.
func (S3CredentialProvider) Retrieve ¶
func (s S3CredentialProvider) Retrieve() (credentials.Value, error)
Click to show internal directories.
Click to hide internal directories.