s3_upload
Upload base64-encoded files to an S3 bucket. Specify the key, content (base64), and optional MIME type or bucket override.
Instructions
Upload a base64-encoded object to S3.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | S3 object key/path | |
| contentBase64 | Yes | File contents, base64-encoded | |
| contentType | No | MIME type, e.g. image/png | application/octet-stream |
| bucket | No | Override default S3 bucket |