Skip to content

Commit 38ddc88

Browse files
committed
add link to latest github release
1 parent cbbff86 commit 38ddc88

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ Note that by default all attributes except the primary keys are both encrypted a
9595

9696
There is a variety of existing [EncryptionMaterialsProvider][materialprovider] implementations that you can use to provide the encryption material, including [KeyStoreMaterialsProvider][keystoreprovider] which makes use of a Java keystore. Alternatively, you can also plug in your own custom implementation.
9797

98-
### Maven Dependency
98+
### Downloads
99+
100+
You can download the [latest snapshot release][download] or pick it up from Maven:
99101

100102
```xml
101103
<dependency>
@@ -141,4 +143,5 @@ For signing, the user specified signing key can be either symmetric or asymmetri
141143
[keystoreprovider]: src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/encryption/providers/KeyStoreMaterialsProvider.java
142144
[materialprovider]: src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/encryption/providers/EncryptionMaterialsProvider.java
143145
[privatekey]: http://docs.oracle.com/javase/7/docs/api/java/security/PrivateKey.html
144-
[secretkey]: http://docs.oracle.com/javase/7/docs/api/javax/crypto/SecretKey.html
146+
[secretkey]: http://docs.oracle.com/javase/7/docs/api/javax/crypto/SecretKey.html
147+
[download]: https://github.com/awslabs/aws-dynamodb-encryption-java/releases/tag/0.0.3-SNAPSHOT

0 commit comments

Comments
 (0)