s3_download_object
Download an S3 object to a local file under the user's home, current working directory, or ~/Downloads. Supports AWS, Hetzner, and OVH providers.
Instructions
Download an object from S3 to a local file. local_path must resolve under the user's home directory, current working directory, or ~/Downloads — paths outside these roots are rejected for safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Storage provider. | |
| bucket | Yes | Bucket name. | |
| key | Yes | Object key. | |
| local_path | Yes | Local file path to write the downloaded object to. |