class
Amazonite::Core::ProfileCredentialsProvider
Overview
Static credentials from the active profile in ~/.aws/credentials.
Defined in:
core/profile_credentials_provider.crConstructors
Instance Method Summary
-
#credentials : Credentials | Nil
returns nil when this provider's prerequisite configuration isn't present, so the chain falls through to the next provider
Instance methods inherited from class Amazonite::Core::CredentialsProvider
credentials : Credentials | Nil
credentials
Constructor Detail
Instance Method Detail
def credentials : Credentials | Nil
#
Description copied from class Amazonite::Core::CredentialsProvider
returns nil when this provider's prerequisite configuration isn't present, so the chain falls through to the next provider