Skip to content

Commit

Permalink
fix(Example): correct doc link in limit EDK Rust example (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit authored Jan 7, 2025
1 parent d04ddc0 commit fa1ca01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fa1ca01

Please sign in to comment.