presign_get
Generate a pre-signed GET URL for accessing private S3 objects. Specify bucket, key, and expiration time (up to 604800 seconds) to grant temporary read access.
Instructions
Generate a pre-signed GET URL valid for expires_s seconds (max 604800).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| bucket | Yes | ||
| expires_s | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |