fix(s3): Content-Disposition => ContentDisposition

This commit is contained in:
Ben Gotow 2015-09-30 11:44:53 -07:00
parent 64060db791
commit 2d7642f890

View file

@ -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)