liara_upload_object
Upload files to cloud storage buckets by specifying bucket name, object key, and file path for data management on Liara's platform.
Instructions
Upload an object to a bucket
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucketName | Yes | The name of the bucket | |
| objectKey | Yes | The object key (path) | |
| filePath | Yes | Path to the file to upload |