Commit e25540c9 authored by Daniel Smith's avatar Daniel Smith

Merge pull request #9663 from swagiaal/aws-add-shared-credentials-provider

Add SharedCredentials Provider to AWS
parents ae123630 4a33c9cb
......@@ -475,6 +475,7 @@ func init() {
[]credentials.Provider{
&credentials.EnvProvider{},
&credentials.EC2RoleProvider{},
&credentials.SharedCredentialsProvider{},
})
aws := &awsSDKProvider{creds: creds}
return newAWSCloud(config, aws)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment