Comment on page
Google Storage
Connect & Ingest data from / into a Google Cloud Storage Bucket
The following credentials keys are accepted:
bucket
(required)key_file
(required) -> This is the account credential JSON file.
Here are examples of setting a connection named
GOOGLE_STORAGE
. We must provide the type=gs
property:$ sling conns set GOOGLE_STORAGE type=gs bucket=<bucket> key_file=/path/to/keyfile.json
In JSON/YAML format:
export GOOGLE_STORAGE='{type: gs, bucket: sling-bucket, key_file: /path/to/keyfile.json}'
connections:
GOOGLE_STORAGE:
type: gs
bucket: <bucket>
key_file: /path/to/keyfile.json
If you are facing issues connecting, please reach out to us at [email protected] or open a Github Issue here.
Last modified 28d ago