From 2d7642f89015fa793c44539f4cf6024dc1f75bec Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Wed, 30 Sep 2015 11:44:53 -0700 Subject: [PATCH] fix(s3): Content-Disposition => ContentDisposition --- build/tasks/publish-nylas-build-task.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tasks/publish-nylas-build-task.coffee b/build/tasks/publish-nylas-build-task.coffee index 244e040a1..957f01e94 100644 --- a/build/tasks/publish-nylas-build-task.coffee +++ b/build/tasks/publish-nylas-build-task.coffee @@ -81,7 +81,7 @@ module.exports = (grunt) -> Key: destName ACL: "public-read" Bucket: "edgehill" - 'Content-Disposition':"attachment; filename=\"N1#{ext}\"" + ContentDisposition:"attachment; filename=\"N1#{ext}\"" uploader.on "error", (err) -> reject(err)