Skip to content

Commit

Permalink
Change KMS Key ID configuration name to used in other
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmkznr committed Oct 7, 2015
1 parent ba8f1fa commit 576b2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/remote/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func s3Factory(conf map[string]string) (Client, error) {
if raw, ok := conf["acl"]; ok {
acl = raw
}
kmsKeyID := conf["kmsKeyID"]
kmsKeyID := conf["kms_key_id"]

accessKeyId := conf["access_key"]
secretAccessKey := conf["secret_key"]
Expand Down

0 comments on commit 576b2d1

Please sign in to comment.