From b7c58b8f4c64f876be5382d4b1e7a76aa9fddced Mon Sep 17 00:00:00 2001 From: texastony <5892063+texastony@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:20:41 -0800 Subject: [PATCH] docs(README): detail no unencrypted pass through See [#186](https://github.com/aws/amazon-s3-encryption-client-java/issues/186#issuecomment-1973016669) for details. --- 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