Google Storage
Connect & Ingest data from / into a Google Cloud Storage Bucket
Setup
Using sling conns
sling conns$ sling conns set GOOGLE_STORAGE type=gs bucket=<bucket> key_file=/path/to/keyfile.jsonEnvironment Variable
export GOOGLE_STORAGE='{type: gs, bucket: sling-bucket, key_file: /path/to/keyfile.json}'Sling Env File YAML
connections:
GOOGLE_STORAGE:
type: gs
bucket: <bucket>
key_file: /path/to/keyfile.jsonLast updated
Was this helpful?