gcloud_storage_ls
Lists objects in a Google Cloud Storage bucket or folder path. Specify a path like gs://bucket-name to view its contents or enable recursive mode to list all nested files.
Instructions
List objects in a Cloud Storage bucket or path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | GCS path to list (e.g., 'gs://bucket-name' or 'gs://bucket-name/path/') | |
| recursive | No | List recursively |