Skip to content

Commit bb219ea

Browse files
committed
Revert "Try region"
This reverts commit a7122b9.
1 parent a7122b9 commit bb219ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

keystore/kms/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ 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")},
3332
SharedConfigState: session.SharedConfigEnable,
3433
Profile: awsProfile,
3534
})

0 commit comments

Comments
 (0)