cloud_storage_download_file
Download files from cloud storage by specifying object name and save location. Use this tool to retrieve stored files to your local system or application.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |