cloud_storage_upload_file
Upload a local file to cloud storage by providing its absolute path, optionally customizing the object name and bucket.
Instructions
Upload a file to cloud storage.
Args:
absolute_file_path: Required. Absolute File Path to the file to upload
object_name: Optional. Name to give the object in storage (defaults to file name)
bucket_name: Optional. Bucket to upload to (defaults to instance default)
Returns:
str: Success!! if it uploaded, otherwise returns an exception message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |