Google Cloud Storage

The Google Cloud Storage component is a data connector that allows users to upload data to Google's Cloud Storage. It can carry out the following tasks:

#Release Stage

Alpha

#Configuration

The component configuration is defined and maintained here.

#Connection

FieldField IDTypeNote
Bucket Name (required)bucket_namestringName of the bucket to be used for object storage.
JSON Key File contents (required)json_keystringContents of the JSON key file with access to the bucket.

#Supported Tasks

#Upload

Upload data to Google Cloud Storage.

InputIDTypeDescription
Task ID (required)taskstringTASK_UPLOAD
Object Name (required)object_namestringThe name of the object to be created
Data (required)datastringThe data to be saved in the object
OutputIDTypeDescription
Authenticated URL (optional)authenticated_urlstringOnly users granted permission can access the object with this link
Gsutil URI (optional)gsutil_uristringFile path to this resource in Cloud Storage
Public Access (optional)public_accessbooleanWhether the object is publicly accessible
Public URL (optional)public_urlstringAnyone with this link can access the object on the public Internet
Upload StatusstatusstringStatus of the upload operation

Last updated: 4/29/2024, 5:53:52 AM