object_storage_put_object
Upload text content to an object storage bucket. Specify bucket name, object key, and text body as UTF-8.
Instructions
Upload a text object to a bucket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key. | |
| bucket | Yes | Bucket name. | |
| region | No | Region such as ``fr-par``. Defaults to the configured region. | |
| content | Yes | Object body as text (encoded as UTF-8). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||