EnvironmentCredentialsProvider
class EnvironmentCredentialsProvider(val getEnv: (String) -> String? = PlatformProvider.System::getenv)
A CredentialsProvider which reads from the AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_SESSION_TOKEN environment variables. Note that the AWS_SESSION_TOKEN is only necessary if the credentials are temporary.