Generates a signed URL for uploading a specific part of a multi-part upload.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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.
Successfully generated the signed URL.
Represents a signed URL for uploading an asset.