mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 18:23: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
|
||||
ACL: "public-read"
|
||||
Bucket: "edgehill"
|
||||
'Content-Disposition':"attachment; filename=\"N1#{ext}\""
|
||||
ContentDisposition:"attachment; filename=\"N1#{ext}\""
|
||||
|
||||
uploader.on "error", (err) ->
|
||||
reject(err)
|
||||
|
|
Loading…
Reference in a new issue