Skip to content

Commit cbf72ff

Browse files
authored
Update aws_kms_rsa_keyring_example.py
1 parent 036662f commit cbf72ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/keyrings/aws_kms_rsa_keyring_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def encrypt_and_decrypt_with_keyring(
8383

8484
# # Create the AWS KMS RSA keyring input
8585
# For more information on the allowed encryption algorithms, please see
86-
# https://github.com/awslabs/aws-encryption-sdk-specification/blob/master/framework/aws-kms/aws-kms-rsa-keyring.md#supported-padding-schemes
86+
# https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html#key-spec-rsa
8787
keyring_input: CreateAwsKmsRsaKeyringInput = CreateAwsKmsRsaKeyringInput(
8888
public_key=public_key,
8989
kms_key_id=kms_rsa_key_id,

0 commit comments

Comments
 (0)