put_object
Upload text content to an S3 bucket by specifying bucket name, object key, and content. Set Content-Type header for proper file handling.
Instructions
Upload text content to an S3 object.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name | |
| key | Yes | Object key | |
| content | Yes | Content to upload | |
| contentType | No | Content-Type header (default: text/plain) |