Skip to content

Cloud Storage

Cloud Storage is Google’s object storage service. Tenzir can treat it like a local filesystem to read and write files.

GoogleCloud Storage

You need to configure appropriate credentials using Google’s Application Default Credentials.

from {foo: 42}
to "gs://bucket/path/to/file.json"
from "gs://bucket/path/to/file.json"
{foo: 42}