Skip to main content
atoti_storage_aws.KmsConfig(
    *,
    region: str,
    key_id: str,
)
KMS config to use for client side encryption. The AWS KMS CMK must have been created in the same AWS region as the destination bucket (Cf. AWS documentation).

Attributes

key_id

The ID to identify the key in KMS.

region

The AWS region to interact with.