Request a presigned URL for a specific part of a multipart upload
total_size
with num_parts
parts:
part_size = total_size / num_parts
0
to part_size - 1
part_size
to 2 * part_size - 1
(N-1) * part_size
to min(N * part_size - 1, total_size - 1)
App-specific access token. Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Multipart upload part request
The body is of type object
.
Multipart upload part request successful
The response is of type object
.