Google Cloud Storage
- 12 Feb 2023
- 1 Minute to read
- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Google Cloud Storage
- Updated on 12 Feb 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Overview
This adapter allows you to ingest files/blobs stored in Google Cloud Storage (GCS).
Note that this adapter operates as a sink by default, meaning it will "consume" files from the GCS bucket by deleting them once ingested.
Configurations
Adapter Type: gcs
client_options
: common configuration for adapter as defined here.bucket_name
: the name of the bucket to ingest from.service_account_creds
: the string version of the JSON credentials for a (Google) Service Account to use accessing the bucket.prefix
: only ingest files with a given path prefix.single_load
: iftrue
, the adapter will not operate as a sink, it will ingest all files in the bucket once and will then exit.
API Doc
See the official documentation.
Was this article helpful?