We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4764a commit f46df5fCopy full SHA for f46df5f
src/aws_encryption_sdk/keyrings/aws_kms/client_suppliers.py
@@ -91,6 +91,7 @@ class DefaultClientSupplier(ClientSupplier):
91
)
92
93
def __attrs_post_init__(self):
94
+ """Set up the internal cache."""
95
self._client_cache = ClientCache(botocore_session=self._botocore_session, client_config=self._client_config)
96
97
def __call__(self, region_name):
0 commit comments