Upload object
gcs_upload_objectUpload a local file to a Google Cloud Storage bucket at the specified object path. Use it to place files into GCS buckets directly.
Instructions
Uploads a local file to a bucket at the given object path/key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name (without gs:// prefix) | |
| object | Yes | Destination object path/key within the bucket | |
| filePath | Yes | Absolute local file path to upload | |
| contentType | No |