atoti_aws.KeyPair#
- final class atoti_aws.KeyPair#
Key pair to use for client side encryption.
Example
>>> from atoti_aws import KeyPair >>> client_side_encryption = KeyPair( ... "public_key", ... "private_key", ... region="eu-west-3", ... )
Key pair to use for client side encryption.
Example
>>> from atoti_aws import KeyPair
>>> client_side_encryption = KeyPair(
... "public_key",
... "private_key",
... region="eu-west-3",
... )