Open filosganga opened 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.
ProfileCredentialsProvider
AWS_PROFILE
AWS_DEFAULT_PROFILE
Fixes #47
@sjednac Any chance to see this merged?
This PR uses the default constructor for
ProfileCredentialsProvider
. This aligns the plugin with all the others AWS code that uses theAWS_PROFILE
environment variable to load the profile, rather than the deprecatedAWS_DEFAULT_PROFILE
.Fixes #47