mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Fix error in documentation of AWS S3 Multipart::prepareUploadPart(file, partData)
Fixes #1130. Thank you @mattes3!
This commit is contained in:
parent
ba81c66fed
commit
c4e739b90a
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ Return a Promise for an object with keys:
|
|||
UploadId: partData.uploadId,
|
||||
PartNumber: partData.number,
|
||||
Body: '', // Empty, because it is uploaded later
|
||||
Expires: Date.now() + 5 * 60 * 1000
|
||||
Expires: 5 * 60,
|
||||
}, (err, url) => { /* there's the url! */ })
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue