Google Storage Connector v1.0

Version 1.0

Connector Overview: This page documents all 6 actions for the Google Storage Connector v1.0.

General (6)

POST Create Asset

uploadObject

Upload a file to a specified path in a bucket. Use this action to store new objects in Google Cloud Storage.

Parameters

Parameter Name

Description

Asset Path

The destination path within the bucket where the object will be stored, including the object name. If not provided, the object is uploaded with its original filename.

GET Get Asset

getObject

Retrieve the content of a specific object from a bucket. Use this action to download or read an existing object.

Parameters

Parameter Name

Description

Asset Name

The full path and name of the object to retrieve, including any folder prefixes.

DELETE Delete Asset

deleteObject

Permanently remove a specific object from a bucket. Use this action to delete unwanted or outdated files.

Parameters

Parameter Name

Description

Asset Name

The full path and name of the object to delete.

GET List Assets

listObjects

Retrieve a list of all objects within a bucket. Use this action to enumerate stored files for management or auditing.

POST Copy Asset

copyObject

Duplicate an existing object from one location to another, either within the same bucket or across buckets. Use this action to replicate or relocate files.

Parameters

Parameter Name

Description

Source Asset Name

The full path and name of the object to copy.

Destination Bucket Name

The name of the target bucket where the copy will be placed.

Destination Asset Name

The full path and name for the new copy of the object.

GET List Buckets

listBuckets

List all storage buckets associated with a specified Google Cloud project. Use this action to discover available buckets.

Parameters

Parameter Name

Description

Project Name

The name of the Google Cloud project whose buckets you want to list.