---
title: "S3 Put Object"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/s3/s3putobject
markdown: https://docs.nodetool.ai/nodes/lib/s3/s3putobject.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/s3/s3putobject.md
---

# S3 Put Object

**Type:** `lib.s3.PutObject`

**Namespace:** `lib.s3`

## Description

Uploads text content to an S3 object.
    aws, s3, put, upload, write, cloud, storage

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| bucket | `str` | S3 bucket name | `` |
| key | `str` | Object key (path) in the bucket | `` |
| body | `str` | Text content to upload | `` |
| content_type | `str` | MIME type of the content | `text/plain` |
| region | `str` | AWS region | `us-east-1` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `bool` |  |
| etag | `str` |  |

## Related Nodes

Browse other nodes in the [lib.s3](./) namespace.
