sbt-ecr icon indicating copy to clipboard operation
sbt-ecr copied to clipboard

The AWS_DEFAULT_PROFILE environment variable has been deprecated in favour of AWS_PROFILE

Open filosganga opened this issue 3 years ago • 0 comments

This plugin is using the deprecated AWS_DEFAULT_PROFILE environment variable in place of the AWS_PROFILE.

The usage of this environment variable is documented here: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html

Worth noting that the behaviour of the ProfileCredentialsProvider class resolves the AWS_PROFILE environment variable and used default as a fallback.

filosganga avatar Jun 25 '21 10:06 filosganga