We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f68b87 commit a7122b9Copy full SHA for a7122b9
1 file changed
keystore/kms/client.go
@@ -29,6 +29,7 @@ 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