[BUG] fix bug on update blob keys

This commit is contained in:
Matthew Fettig
2014-06-11 16:10:24 -07:00
parent abc43f80e0
commit bb82eb9219

View File

@@ -962,7 +962,7 @@ BlobClient.updateKeys = function (opts, fn) {
blob_id : opts.blob.id,
data : opts.blob.encrypt(),
revision : opts.blob.revision,
encrypted_secret : opts.blob.encryptedSecret,
encrypted_secret : opts.blob.encrypted_secret,
encrypted_blobdecrypt_key : opts.blob.encryptBlobCrypt(opts.masterkey, opts.keys.crypt),
}
};