Download object
gcs_download_objectDownload a Google Cloud Storage object's content to a specified local file path for offline access or processing.
Instructions
Downloads an object's content to a local file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name (without gs:// prefix) | |
| object | Yes | ||
| destinationPath | Yes | Absolute local file path to write the downloaded content to |