ncloud_list_objects
Retrieve objects from an Object Storage bucket, filtering by prefix or delimiter, and controlling pagination with marker and max keys.
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 |