s3_upload
Upload a local file to a specified bucket and key in S3-compatible storage.
Instructions
Upload a file to S3-compatible storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key (path in bucket) | |
| bucket | Yes | Bucket name | |
| file_path | Yes | Local file path to upload |