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
Name | Required | Description | Default |
---|---|---|---|
destination_bucket | Yes | ||
destination_key | Yes | ||
source_bucket | Yes | ||
source_key | Yes |