s3_upload_object
Upload a local file to an S3 bucket on AWS, Hetzner, or OVH. Overwrites existing objects with the same key. Local path must be under home, cwd, or Downloads.
Instructions
Upload a local file to an S3 bucket. local_path must resolve under home, cwd, or ~/Downloads. Overwrites the destination key if it exists. Reserved for dangerous guard mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Storage provider. | |
| bucket | Yes | Destination bucket name. | |
| key | Yes | Destination object key. | |
| local_path | Yes | Local file path to upload. |