This commit is contained in:
Peter Cai 2020-02-17 07:31:23 +08:00
parent 90eb152860
commit d976e1838c
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ handlePUT = (req, file) ->
# Upload the file to S3
try
await s3.uploadFile
await s3.uploadFile # TODO: expiry date
Key: path
ContentType: req.headers.get "content-type"
ContentLength: len