Google GCS

Use with --output = gcs

--gcsConfig parameter to add a GCS configuration (default "./gcs/config.json")

Current implementation uses Google Application Default Credentials to authorize and authenticate the client. More information about Application Default Credentials and how to enable is at: https://developers.google.com/identity/protocols/application-default-credentials.

Google GCS Configuration in config.json

{
  "bucket_name": "<gcs-bucket-name>"
}
Previous