ncloud_list_objects
Lists objects in an Object Storage bucket using optional prefix, delimiter, marker, and maxKeys parameters to filter or paginate results.
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 |