s3_list_objects
List objects in an S3 bucket with optional prefix filtering to browse and manage stored data.
Instructions
List objects in an S3 bucket with optional prefix filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | The name of the S3 bucket | |
| prefix | No | Optional prefix to filter objects | |
| maxKeys | No | Maximum number of keys to return (1-1000) |