Module hmac_key (2.7.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
client Client

client associated with the key metadata.

access_id str

(Optional) Unique ID of an existing key.

project_id str

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

user_project str

(Optional) This parameter is currently ignored.