cloud_storage_list_objects
List objects in a cloud storage bucket, optionally filtered by prefix, to retrieve object names for further processing.
Instructions
List objects in a bucket with optional prefix filtering.
Args: prefix: Optional. Only list objects beginning with this prefix. Defaults to "". bucket_name: Optional. Bucket to list from (defaults to instance default)
Returns: List[str]: List of object names
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |