Change KMS Key ID configuration name to used in other

This commit is contained in:
Kazunori Kojima 2015-10-07 23:09:03 +09:00
parent ba8f1fa1f0
commit 576b2d1109
1 changed files with 1 additions and 1 deletions

View File

@ -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"]