View Source aws_credentials_env (aws_credentials v0.2.4)
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_SESSION_TOKEN
AWS_SECURITY_TOKEN
AWS_DEFAULT_REGION
AWS_REGION
At a minimum, the access key and secret keys must be defined.
If used in an Erlang context, these environment variable names should be strings. (I.e., is_list(EnvName) returnstrue
).
Summary
Functions
-spec fetch(_) -> {ok, aws_credentials:credentials(), infinity} | {error, environment_credentials_unavailable}.