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 is an example 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
export GOOGLE_STORAGE='{type=gs, bucket=sling-bucket, key_file=/path/to/keyfile.json}'
- 1.In Sling, click the Connections link on the left sidebar.
- 2.On top, click New Connection.
- 3.Find
Google Storage
in the list and click on it. - 4.Input the needed information.
- 5.Click Test to verify connectivity.
- 6.Click Save to save the connection.
Last modified 1mo ago