download_file
Retrieve objects from an S3 bucket and save them as local files by specifying the bucket name, object key, and destination file path. Integrates with AWS S3 via the s3-mcp server.
Instructions
Downloads an object from an S3 bucket to a file.
Args: bucket (str): The name of the bucket to download from. key (str): The name of the key to download from. filename (str): The path to the file to download to.
Returns: str: JSON formatted success message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket | Yes | ||
filename | Yes | ||
key | Yes |