Upload text object
put_object_textUpload a text string to an S3-compatible bucket by specifying bucket, key, body, and optional ACL or content type; use binary clients for non-text files.
Instructions
[WRITE] S3 PutObject with string body (FA SDK upload-object). For binary uploads use other clients; this tool is text-oriented for agent safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acl | No | ||
| key | Yes | ||
| body | Yes | ||
| bucket | Yes | ||
| content_type | No |