ncloud_ncs_list_objects
List objects in a Ncloud Storage bucket with prefix filtering, delimiter grouping, and pagination controls.
Instructions
List objects in a Ncloud Storage bucket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| continuationToken | No | Token for pagination (from previous response's nextContinuationToken) |