From 576ea661f5e6b098fad41999022b80c2a30f72dc Mon Sep 17 00:00:00 2001 From: Tony Knapp <5892063+texastony@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:43:42 -0800 Subject: [PATCH] docs(README): detail no unencrypted pass through (#189) See [#186](https://github.com/aws/amazon-s3-encryption-client-java/issues/186#issuecomment-1973016669) for details. Co-authored-by: Andrew Jewell <107044381+ajewellamz@users.noreply.github.com> --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d649eef66..c52ba3fd4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,11 @@ The other values are added as variables (by clicking the "New repository variabl This version of the library supports reading encrypted objects from previous versions. It also supports writing objects with non-legacy algorithms. -The list of legacy modes and operations will be provided below. +The list of legacy modes and operations is provided below. + +However, this version does not support V2's Unencrypted Object Passthrough. +This library can only read encrypted objects from S3, +unencrypted objects MUST be read with the base S3 Client. ### Examples #### V2 KMS Materials Provider to V3