mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
parent
ef8c5ccc08
commit
82c1969c1f
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ A function that generates a batch of signed URLs for the specified part numbers.
|
|||
|
||||
* `uploadId` - The UploadID of this Multipart upload.
|
||||
* `key` - The object key in the S3 bucket.
|
||||
* `partNumbers` - An array of indecies of this part in the file (`PartNumber` in S3 terminology). Note that part numbers are _not_ zero-based.
|
||||
* `partNumbers` - An array of indices of this part in the file (`PartNumber` in S3 terminology). Note that part numbers are _not_ zero-based.
|
||||
* `chunks` - A Javascript object with the part numbers as keys and the Blob data for each part as the value.
|
||||
|
||||
`prepareUploadParts` should return a `Promise` with an `Object` with keys:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue