s3_put_object
Upload text or JSON content to an S3 bucket in LocalStack for local AWS testing. Specify bucket, key, and body to create or update objects.
Instructions
Upload a text or JSON object to an S3 bucket in LocalStack
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key (path) | |
| body | Yes | Object content as a string | |
| bucket | Yes | Bucket name | |
| contentType | No | Content-Type header (default: text/plain) |