You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ To use the AWS Encryption SDK for Java you must have:
23
23
24
24
***Declare a Dependency on the AWS Encryption SDK in Java and it's dependencies**
25
25
26
-
This library requires the AwsCryptographicMaterialProviders library and KMS client from the AWS SDK for Java V2.
26
+
This library requires the AWS Material Providers Library in Java, and the KMS and DynamoDB clients from the AWS Java SDK V2.
27
27
28
28
The KMS client from the AWS SDK for Java V1 is an **optional** dependency.
29
29
30
-
**Note:** The AwsCryptographicMaterialProviders library only supports the AWS SDK for Java V2 and requires a HARD dependency on the AWS SDK for Java V2's KMS module, regardless of whether a KMS Keyring is used.
30
+
**Note:** The AWS Material Providers Library in Java only supports the AWS SDK for Java V2 and requires a HARD dependency on the AWS SDK for Java V2's KMS and DynamoDB clients, regardless of whether a KMS Keyring or Hierarchical Keyring is used.
31
31
32
32
***Via Apache Maven**
33
33
Add the following to your project's `pom.xml`.
@@ -56,6 +56,10 @@ To use the AWS Encryption SDK for Java you must have:
0 commit comments