Forward the options argument to getFileStream

This commit is contained in:
Xavier Trochu 2015-11-20 12:07:04 +01:00
parent bfd41fdaf9
commit 0219900933

View file

@ -41,7 +41,7 @@ module.exports =
if err?
return callback err
if exists
PersistorManager.getFileStream bucket, convertedKey, null, callback
PersistorManager.getFileStream bucket, convertedKey, opts, callback
else
@_getConvertedFileAndCache bucket, key, convertedKey, opts, callback