sjednac / sbt-ecr

An SBT plugin for managing Docker images within Amazon ECR.
Other
52 stars 25 forks source link

Use the default contructr for ProfileCredentialsProvider #48

Open filosganga opened 3 years ago

filosganga commented 3 years ago

This PR uses the default constructor for ProfileCredentialsProvider. This aligns the plugin with all the others AWS code that uses the AWS_PROFILE environment variable to load the profile, rather than the deprecated AWS_DEFAULT_PROFILE.

Fixes #47

filosganga commented 1 year ago

@sjednac Any chance to see this merged?