list-objects
Retrieve a list of objects from an AWS S3 bucket, with optional prefix filtering and maxKeys limit to control results.
Instructions
List objects in an S3 bucket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Name of the S3 bucket | |
| prefix | No | Prefix to filter objects (like a folder) | |
| maxKeys | No | Maximum number of objects to return |