Skip to content

Commit a7122b9

Browse files
committed
Try region
1 parent 9f68b87 commit a7122b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

keystore/kms/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ func NewClient(awsProfile string) (Client, error) {
2929
return nil, errors.New("AWSProfile is required")
3030
}
3131
sess, err := session.NewSessionWithOptions(session.Options{
32+
Config: aws.Config{Region: aws.String("us-west-2")},
3233
SharedConfigState: session.SharedConfigEnable,
3334
Profile: awsProfile,
3435
})

0 commit comments

Comments
 (0)