upload_file
Upload files to specified S3 buckets using a defined key. Simplifies file storage and management by integrating with AWS S3 through MCP-compatible tools.
Instructions
Uploads a file to an S3 object.
Args: filename (str): The path to the file to upload. bucket (str): The name of the bucket to upload to. key (str): The name of the key to upload to.
Returns: str: JSON formatted success message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket | Yes | ||
filename | Yes | ||
key | Yes |