WeaviateEx.Backup.Location.GCS (WeaviateEx v0.7.4)

View Source

Google Cloud Storage backup location

Summary

Functions

Create new GCS location

Convert to API format

Types

t()

@type t() :: %WeaviateEx.Backup.Location.GCS{
  bucket: String.t(),
  credentials: map() | nil,
  path: String.t(),
  project_id: String.t() | nil
}

Functions

new(bucket, path, opts \\ [])

@spec new(String.t(), String.t(), keyword()) :: t()

Create new GCS location

to_api(loc)

@spec to_api(t()) :: map()

Convert to API format