We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7122b9 commit bb219eaCopy full SHA for bb219ea
1 file changed
keystore/kms/client.go
@@ -29,7 +29,6 @@ func NewClient(awsProfile string) (Client, error) {
29
return nil, errors.New("AWSProfile is required")
30
}
31
sess, err := session.NewSessionWithOptions(session.Options{
32
- Config: aws.Config{Region: aws.String("us-west-2")},
33
SharedConfigState: session.SharedConfigEnable,
34
Profile: awsProfile,
35
})
0 commit comments