---
title: "S3 Copy 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/s3copyobject
markdown: https://docs.nodetool.ai/nodes/lib/s3/s3copyobject.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/s3/s3copyobject.md
---

# S3 Copy Object

**Type:** `lib.s3.CopyObject`

**Namespace:** `lib.s3`

## Description

Copies an object within or between S3 buckets.
    aws, s3, copy, duplicate, cloud, storage

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| source_bucket | `str` | Source S3 bucket name | `` |
| source_key | `str` | Source object key (path) | `` |
| dest_bucket | `str` | Destination S3 bucket name | `` |
| dest_key | `str` | Destination object key (path) | `` |
| region | `str` | AWS region | `us-east-1` |

## Outputs

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

## Related Nodes

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