Skip to content

Commit

Permalink
docs: Fix typo in aws-s3-multipart.md (#3838)
Browse files Browse the repository at this point in the history
indecies -> indices
  • Loading branch information
eltociear authored Jun 20, 2022
1 parent ef8c5cc commit 82c1969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/aws-s3-multipart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 82c1969

Please sign in to comment.