Expand description
Shared GCS credential and client construction for faucet source and sink connectors.
Enums§
- GcsCredentials
- Credential source for a GCS client.
Functions§
- build_
credentials - Build a
google_cloud_auth::credentials::Credentialsfrom a faucet credential spec. All failures map toFaucetError::Auth. - build_
storage - Build a data-plane
Storageclient. Accepts an optional storage-host override for integration tests (e.g. fake-gcs-server athttp://localhost:4443). - build_
storage_ control - Build a control-plane
StorageControlclient.