list_objects
List objects in an S3 bucket with optional filtering by prefix and result count limits to manage storage content.
Instructions
List objects in an S3 bucket. Optionally filter by prefix and limit count.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name | |
| prefix | No | Key prefix (e.g. 'uploads/') | |
| maxKeys | No | Max objects to return |