list-objects
Retrieve and filter objects stored in an S3 bucket by specifying the bucket name, optional prefix, and maximum number of objects to list. Simplifies S3 object management with structured queries.
Instructions
List objects in an S3 bucket
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket | Yes | Name of the S3 bucket | |
maxKeys | No | Maximum number of objects to return | |
prefix | No | Prefix to filter objects (like a folder) |