ncloud_list_objects
List objects in an Object Storage bucket with optional prefix, delimiter, and pagination controls.
Instructions
List objects in an Object Storage bucket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marker | No | Marker for pagination (key to start after) | |
| prefix | No | Limits results to keys beginning with this prefix | |
| maxKeys | No | Maximum number of keys to return (default 1000) | |
| delimiter | No | Delimiter for grouping keys (commonly '/') | |
| bucketName | Yes | Name of the bucket |