Google Cloud Storage
Connect to your Google Cloud Storage buckets.
Last updated
Was this helpful?
Connect to your Google Cloud Storage buckets.
Last updated
Was this helpful?
Prerequisites to create a Google Cloud storage based workflow. You will need
A connection to .
A source bucket.
(optional) A destination bucket. This can be the same as your source bucket, or omitted entirely.
Google Cloud Storage related actions require a gcs
connection. The connection must be configured with the correct permissions for each Gretel Action.
For specific permissions, please refer to the Minimum Permissions section under each corresponding action.
Gretel GCS connections require the following fields
private_key_json
This private key JSON blob is used to authenticate Gretel with GCS object storage resources.
In order to generate a private key you will first need to create a service account, and then download the key for that service account.
After the service account has been created, you can attach bucket specific permissions to the service account.
Please see each action's Minimum Permissions section for a list of permissions to attach to the service account.