Uploading
Generate a signed url for a specific part
Generates a signed URL for uploading a specific part of a multi-part upload.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The key of the object being uploaded.
The ID of the multi-part upload.
The part number of the upload.
The content type of the part being uploaded.
The checksum of the part being uploaded.
Response
200 - application/json
Successfully generated the signed URL.
Represents a signed URL for uploading an asset.