We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The README says (The AWS Encryption SDK for Java does not support the AWS SDK for Java 2.x.)
(The AWS Encryption SDK for Java does not support the AWS SDK for Java 2.x.)
It also says to use:
<dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-encryption-sdk-java</artifactId> <version>2.4.0</version> </dependency>
The support policy says The AWS Encryption SDK follows the same major version lifecycle as the AWS SDK.
The AWS Encryption SDK follows the same major version lifecycle as the AWS SDK.
So I wonder what the meaning is of 2.4.0 and which AWS SDK I should use with it.
2.4.0
The text was updated successfully, but these errors were encountered:
SDK version <aws.java.sdk.version>2.17.136</aws.java.sdk.version> (from the examples) works. Seems that a minor update to README.md is required.
<aws.java.sdk.version>2.17.136</aws.java.sdk.version>
README.md
Sorry, something went wrong.
Howdy @wduminy,
You are correct. The README is inaccurate. Thank you for bringing this to our attention. I have opened a PR to fix this.
Much Obliged, AWS Crypto Tools
Successfully merging a pull request may close this issue.
The README says
(The AWS Encryption SDK for Java does not support the AWS SDK for Java 2.x.)
It also says to use:
The support policy says
The AWS Encryption SDK follows the same major version lifecycle as the AWS SDK.
So I wonder what the meaning is of
2.4.0
and which AWS SDK I should use with it.The text was updated successfully, but these errors were encountered: