s3_copy_object
Copies an S3 object from one bucket to another within the same provider, overwriting the destination if it exists. Requires 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 |
|---|---|---|---|
| provider | Yes | Storage provider. | |
| src_bucket | Yes | Source bucket name. | |
| src_key | Yes | Source object key. | |
| dst_bucket | Yes | Destination bucket name. | |
| dst_key | Yes | Destination object key. |