Skip to content

Commit 78be970

Browse files
Apply suggestions from code review
Co-authored-by: Lucas McDonald <[email protected]>
1 parent 1f2d826 commit 78be970

File tree

1 file changed

+2
-2
lines changed
  • Examples/runtimes/python/Migration/plaintext_to_awsdbe/src

1 file changed

+2
-2
lines changed

Examples/runtimes/python/Migration/plaintext_to_awsdbe/src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ In Step 2, you update your system to do the following:
2828
- start writing encrypted items
2929
- continue to read encrypted items
3030

31-
When you deploy changes in Step 2,
31+
Before you deploy changes in Step 2,
3232
you are introducing encrypted items to your system,
3333
and must make sure that all your readers are updated with the changes from Step 1.
3434

3535
Before you move onto the next step, you will need to encrypt all plaintext items in your dataset.
3636
Once you have completed this step,
37-
while new items are being encrypted using the new format and will be authenticated on read,
37+
while new items are encrypted and will be authenticated on read,
3838
your system will still accept reading plaintext, unauthenticated items.
3939
In order to complete migration to a system where you always authenticate your items,
4040
you should prioritize moving on to Step 3.

0 commit comments

Comments
 (0)