Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

GCPHmac

class
class GCPHmac(access_key: Secret, secret_key: Secret)

Bases: GCPCredentials

Categories: credentials

HMAC access key / secret for GCS's S3-compatible endpoint.

Used by connectors that read or write GCS via the S3 protocol (e.g. ClickHouse's s3() table function pointed at https://storage.googleapis.com).

Parameters

parameter
access_keySecret

The HMAC access key.

parameter
secret_keySecret

The HMAC secret.