Cloud Storage
Cloud Storage is Google’s object storage service. Tenzir can treat it like a local filesystem to read and write files.
Configuration
Section titled “Configuration”You need to configure appropriate credentials using Google’s Application Default Credentials.
Examples
Section titled “Examples”Write an event to a file in a bucket
Section titled “Write an event to a file in a bucket”from {foo: 42}to "gs://bucket/path/to/file.json"
Read events from a file in a bucket
Section titled “Read events from a file in a bucket”from "gs://bucket/path/to/file.json"
{foo: 42}