You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/06/19 11:39:44 UTC

[ignite] branch ignite-11932 updated: IGNITE-11932: AWS client side encryption mentioned

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch ignite-11932
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-11932 by this push:
     new a7d0a3d  IGNITE-11932: AWS client side encryption mentioned
a7d0a3d is described below

commit a7d0a3d0714025be9d18da46fb71ea40516ec0db
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Wed Jun 19 14:39:22 2019 +0300

    IGNITE-11932: AWS client side encryption mentioned
---
 README.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.txt b/README.txt
index 34996f1..4d02f4c 100644
--- a/README.txt
+++ b/README.txt
@@ -54,7 +54,8 @@ Oracle/OpenJDK (https://www.oracle.com/technetwork/java/javase/downloads/index.h
 
 * JDK Java Cryptography Extensions build in encryption from the Java libraries is used
 for Transparent Data Encryption of data on disk
-(https://apacheignite.readme.io/docs/transparent-data-encryption).
+(https://apacheignite.readme.io/docs/transparent-data-encryption)
+and for AWS S3 Client Side Encryprion.
 (https://java.sun.com/javase/technologies/security/)
 
 * Python client uses Python's SSL lib (https://docs.python.org/3/library/ssl.html) which is a wrapper over OpenSSL;