Companion
object Companion
Functions
Link copied to clipboard
fun CredentialsProvider.Companion.Environment(env: Map<String, String> = System.getenv()): CredentialsProvider
Link copied to clipboard
fun CredentialsProvider.Companion.Profile(env: Environment = Environment.ENV, profileName: ProfileName = AWS_PROFILE(env), credentialsPath: Path = AWS_CREDENTIAL_PROFILES_FILE(env), configPath: Path = AWS_CONFIG_FILE(env)): CredentialsProvider