summaryrefslogtreecommitdiff
path: root/src/bin/kms.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/kms.rs')
-rw-r--r--src/bin/kms.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/kms.rs b/src/bin/kms.rs
index 311fbb5..724c4ad 100644
--- a/src/bin/kms.rs
+++ b/src/bin/kms.rs
@@ -50,7 +50,7 @@ pub fn main() {
if cfg!(feature = "kms") {
info!("KMS feature enabled");
let client = AwsKms::from_uri(
- // your key here
+ "arn:aws:kms:us-east-2:927891522318:key/1c96fb2c-d417-48f4-bf24-8e7173a587f5"
).unwrap();
let ciphertext = client.encrypt("This is a test".as_ref()).unwrap();