s3_download
Download a file from an S3-compatible bucket to a specified local path by providing the bucket name, object key, and save location.
Instructions
Download a file from S3-compatible storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key (path in bucket) | |
| bucket | Yes | Bucket name | |
| save_path | Yes | Local path to save the file |