Skip to main content
atoti_storage_aws.KeyPair(
    public_key: str,
    private_key: str,
    *,
    region: str,
)
Key pair to use for client side encryption.

Properties

public_key_pem

str
The public key in PEM format.

Attributes

region

The AWS region to interact with.

public_key

str

private_key

str