Skip to main content
Glama

s3-mcp

by KonMam
MIT License

copy_object

Transfer an object from one S3 bucket to another by specifying source and destination bucket names and object keys. Returns a JSON-formatted S3 response upon completion.

Instructions

Copies an object from one S3 location to another.

Args: source_bucket (str): The name of the source bucket. source_key (str): The key of the source object. destination_bucket (str): The name of the destination bucket. destination_key (str): The key of the destination object.

Returns: str: JSON formatted S3 response.

Input Schema

NameRequiredDescriptionDefault
destination_bucketYes
destination_keyYes
source_bucketYes
source_keyYes

Input Schema (JSON Schema)

{ "properties": { "destination_bucket": { "title": "Destination Bucket", "type": "string" }, "destination_key": { "title": "Destination Key", "type": "string" }, "source_bucket": { "title": "Source Bucket", "type": "string" }, "source_key": { "title": "Source Key", "type": "string" } }, "required": [ "source_bucket", "source_key", "destination_bucket", "destination_key" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KonMam/s3-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server