Amend: remove problematic ampersand

This commit is contained in:
Michael Mazour 2018-07-04 16:39:41 +01:00
parent cfbf0d81ba
commit 600ab3ce67

View file

@ -10,7 +10,7 @@ module.exports = BucketController =
{bucket} = req.params
key = req.params[0]
{format, style} = req.query
credentials = settings.filestore.s3&[bucket]
credentials = settings.filestore.s3[bucket]
options = {
key: key,
bucket: bucket,