Skip to content

Commit 05f50fe

Browse files
Merge pull request #44 from goncalodasilva/patch-1
Correct 216
2 parents 06cb2af + c2b0c70 commit 05f50fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2514,8 +2514,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
25142514

25152515
- [ ] Make an `Encrypt` API call to encrypt the plaintext data as ciphertext using a customer master key (CMK).
25162516
- [ ] Make an `Encrypt` API call to encrypt the plaintext data as ciphertext using a customer master key (CMK) with imported key material.
2517-
- [ ] Make an `GenerateDataKey` API call that returns a plaintext key and an encrypted copy of a data key. Use a plaintext key to encrypt the data.
2518-
- [x] Make an `GenerateDataKeyWithoutPlaintext` API call that returns an encrypted copy of a data key. Use an encrypted key to encrypt the data.
2517+
- [x] Make an `GenerateDataKey` API call that returns a plaintext key and an encrypted copy of a data key. Use a plaintext key to encrypt the data.
2518+
- [ ] Make an `GenerateDataKeyWithoutPlaintext` API call that returns an encrypted copy of a data key. Use an encrypted key to encrypt the data.
25192519

25202520
**[⬆ Back to Top](#table-of-contents)**
25212521

0 commit comments

Comments
 (0)