s3_copy_object
Perform a server-side copy of an S3 object to another bucket on the same provider, overwriting the destination. Reserved for dangerous guard mode.
Instructions
Server-side copy of an S3 object within the same provider. Overwrites the destination if it exists. Reserved for dangerous guard mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Region the DESTINATION bucket lives in (e.g. 'eu-central-1'). Omit unless you know it — it is resolved automatically. AWS only; rejected for Hetzner/OVH, whose region is fixed by the configured endpoint URL. | |
| dst_key | Yes | Destination object key. | |
| src_key | Yes | Source object key. | |
| provider | Yes | Storage provider. | |
| dst_bucket | Yes | Destination bucket name. | |
| src_bucket | Yes | Source bucket name. |