Create download link
create_download_linkRead-onlyIdempotent
Create a short-lived download link (valid 5 minutes, single use) for one object. Download the file by following the link, e.g. with curl -L -o output.bin "<uri>". quickS3 never sees or stores the file contents; the link redirects directly to your storage provider.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key, e.g. "reports/2026/q3.csv" | |
| bucket | Yes | Bucket name | |
| connectionId | Yes | Connection ID from list_connections |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expiresAt | Yes | ||
| transferId | Yes |