s3_download
Retrieve an S3 object by providing its key, with an optional bucket override, and receive the content base64-encoded.
Instructions
Download an object from S3 and return it base64-encoded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | S3 object key/path to fetch | |
| bucket | No | Override default S3 bucket |