From 7fb9bc25c34349fe8893086f65cebbbd839b7828 Mon Sep 17 00:00:00 2001 From: rishav-karanjit Date: Thu, 26 Dec 2024 09:49:33 -0800 Subject: [PATCH 1/2] auto commit --- .../rust/examples/limit_encrypted_data_keys_example.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AwsEncryptionSDK/runtimes/rust/examples/limit_encrypted_data_keys_example.rs b/AwsEncryptionSDK/runtimes/rust/examples/limit_encrypted_data_keys_example.rs index 3ccda194a..3c4252e67 100644 --- a/AwsEncryptionSDK/runtimes/rust/examples/limit_encrypted_data_keys_example.rs +++ b/AwsEncryptionSDK/runtimes/rust/examples/limit_encrypted_data_keys_example.rs @@ -12,8 +12,8 @@ encrypted data keys, none of which can be decrypted. As a result, the AWS Encryption SDK would attempt to decrypt each encrypted data key until it exhausted the encrypted data keys in the message. -For more information on how to use Raw AES keyrings, see -https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/use-raw-aes-keyring.html +For more information on limiting EDKs, see +https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/configure.html#config-limit-keys */ use aws_esdk::client as esdk_client; From f44d11bd6484fc235ddf6a21086f0e0cbaf07a17 Mon Sep 17 00:00:00 2001 From: rishav-karanjit Date: Thu, 26 Dec 2024 09:51:43 -0800 Subject: [PATCH 2/2] Trigger CI