Google Cloud Storage Upload
Use the Upload activity to upload a local file to a Google Cloud Storage bucket by specifying its file path.
Configuration
This tab has the following fields:
| Field | Description |
| Connection Name | The connection name to use when accessing the Google Cloud Storage service. If you have created multiple Google connections, select the one you want to use from the dropdown list. |
Input
You can either enter the input manually, or you can map the input to the output from a preceding activity if the preceding activity has an output. This tab has the following mandatory fields.
| Field | Description |
| bucketName | Specify the name of the bucket into which you want to upload the object |
| filePath | Specify the path of the file, which you want to upload into bucket example: c://path/to/file.txt |
| objectName | Specify the name of the object that you want to upload. |
Output
The Output tab displays the activity output schema in a tree format. The output is read-only. The elements that you see in the schema can be mapped as input to the activities that follow this activity in the flow. The output displays the uploaded object count and the uploaded objects metadata.