docs: Fix typo in aws-s3-multipart.md (#3838)

indecies -> indices
This commit is contained in:
Ikko Ashimine 2022-06-20 19:29:18 +09:00 committed by GitHub
parent ef8c5ccc08
commit 82c1969c1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: