list-objects
Retrieve and filter objects from an S3 bucket using a prefix or limit results with maxKeys, enabling efficient management of stored files within AWS S3.
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) |