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

# S3 List Objects

**Type:** `lib.s3.ListObjects`

**Namespace:** `lib.s3`

## Description

Lists objects in an S3 bucket with optional prefix filter.
    aws, s3, objects, list, cloud, storage, browse

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| bucket | `str` | S3 bucket name | `` |
| prefix | `str` | Optional key prefix to filter objects | `` |
| max_keys | `int` | Maximum number of objects to return | `100` |
| region | `str` | AWS region | `us-east-1` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| object | `dict` |  |
| objects | `list` |  |

## Related Nodes

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