cloud_storage_download_file
Download a file from cloud storage to your local machine. Specify the object name, destination path, and optional bucket to retrieve the file.
Instructions
Download a file from cloud storage.
Args: object_name: Required. Name of the object to download file_path: Required. Path where to save the downloaded file bucket_name: Optional. Bucket to download from (defaults to instance default) Returns: str: 'Success' if the file was downloaded successfully
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |