Skip to content

Commit

Permalink
docs(README): detail no unencrypted pass through (#189)
Browse files Browse the repository at this point in the history
See [#186](#186 (comment)) for details.

Co-authored-by: Andrew Jewell <[email protected]>
  • Loading branch information
texastony and ajewellamz authored Mar 2, 2024
1 parent 765b9c6 commit 576ea66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 576ea66

Please sign in to comment.