Module hmac_key (2.6.0)

Configure HMAC keys that can be used to authenticate requests to Google Cloud Storage.

See HMAC keys documentation

Classes

HMACKeyMetadata

HMACKeyMetadata(client, access_id=None, project_id=None, user_project=None)

Metadata about an HMAC service account key withn Cloud Storage.

Parameters
NameDescription
clientClient

client associated with the key metadata.

access_idstr

(Optional) Unique ID of an existing key.

project_idstr

(Optional) Project ID of an existing key. Defaults to client's project.

user_projectstr

(Optional) This parameter is currently ignored.