Skip to content

Commit 8a686a5

Browse files
Remove AWS from AWS KMS keyring and make keyring lowercase
1 parent 862f97e commit 8a686a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can get the latest release from Maven:
6363
The following code sample demonstrates how to get started:
6464

6565
1. Instantiate the SDK.
66-
2. Setup an AWS KMS Keyring.
66+
2. Setup a KMS keyring.
6767
3. Encrypt and decrypt data.
6868

6969
```java
@@ -95,7 +95,7 @@ public class BasicEncryptionExample {
9595
// 1. Instantiate the SDK
9696
final AwsCrypto crypto = new AwsCrypto();
9797

98-
// 2. Instantiate an AWS KMS Keyring, supplying the key ARN as the generator for generating a
98+
// 2. Instantiate a KMS keyring, supplying the key ARN as the generator for generating a
9999
// data key. While using a key ARN is a best practice, for encryption operations it is also
100100
// acceptable to use a CMK alias or an alias ARN.
101101
final Keyring keyring = StandardKeyrings.awsKms(keyArn);

0 commit comments

Comments
 (0)