Upload Object
upload_objectReturn a secret, short-lived PUT URL for an object up to 5 GB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_key | Yes | Complete object key, including path-like prefixes. | |
| bucket_name | Yes | Bucket to operate on. | |
| bucket_token | Yes | Secret bearer token returned with the public bucket. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Short-lived presigned HTTPS URL containing all authorization information. | |
| http_method | Yes | HTTP method that must be used with the presigned URL. |