mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
fix(s3): Content-Disposition => ContentDisposition
This commit is contained in:
parent
64060db791
commit
2d7642f890
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ module.exports = (grunt) ->
|
||||||
Key: destName
|
Key: destName
|
||||||
ACL: "public-read"
|
ACL: "public-read"
|
||||||
Bucket: "edgehill"
|
Bucket: "edgehill"
|
||||||
'Content-Disposition':"attachment; filename=\"N1#{ext}\""
|
ContentDisposition:"attachment; filename=\"N1#{ext}\""
|
||||||
|
|
||||||
uploader.on "error", (err) ->
|
uploader.on "error", (err) ->
|
||||||
reject(err)
|
reject(err)
|
||||||
|
|
Loading…
Reference in a new issue