Skip to content

Commit

Permalink
docs(README): detail no unencrypted pass through
Browse files Browse the repository at this point in the history
See [#186](#186 (comment)) for details.
  • Loading branch information
texastony committed Mar 1, 2024
1 parent a5d714f commit b7c58b8
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 b7c58b8

Please sign in to comment.