Skip to content

Commit 5628ede

Browse files
authored
docs: add links to custom AWS KMS client configuration examples in examples readme (#269)
* docs: add links to client supplier examples in examples readme * docs: change client supplier examples framing in readme from implementation details to use-case
1 parent a48b3d3 commit 5628ede

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ We start with AWS KMS examples, then show how to use other wrapping keys.
4646
* [with keyrings](./src/keyring/aws_kms/discovery_decrypt_with_preferred_regions.py)
4747
* How to reproduce the behavior of an AWS KMS master key provider
4848
* [with keyrings](./src/keyring/aws_kms/act_like_aws_kms_master_key_provider.py)
49+
* How to use AWS KMS clients with custom configuration
50+
* [with keyrings](./src/keyring/aws_kms/custom_kms_client_config.py)
51+
* How to use different AWS KMS client for different regions
52+
* [with keyrings](./src/keyring/aws_kms/custom_client_supplier.py)
4953
* Using raw wrapping keys
5054
* How to use a raw AES wrapping key
5155
* [with keyrings](./src/keyring/raw_aes/raw_aes.py)

0 commit comments

Comments
 (0)