s3_presign_get
Generate a presigned URL to download an S3 object securely. Specify bucket, key, and expiration time to get a time-limited access link.
Instructions
Generate a presigned URL for downloading an object from S3
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The object key | |
| bucket | Yes | The name of the S3 bucket | |
| expiresIn | No | URL expiration time in seconds (default: 3600, max: 604800) |