object_storage_list_objects
List objects in a Scaleway Object Storage bucket. Supports prefix filtering and pagination via continuation tokens.
Instructions
List objects in a bucket (one page).
S3 returns at most 1000 objects per page. When the result is truncated,
is_truncated is true and next_continuation_token can be passed back
in to fetch the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name. | |
| prefix | No | Optional key prefix to filter by. | |
| region | No | Region such as ``fr-par``. Defaults to the configured region. | |
| max_keys | No | Maximum number of objects to return in this page (default 1000). | |
| continuation_token | No | Token from a previous call to fetch the next page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||