We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23246f6 commit a9065e0Copy full SHA for a9065e0
examples/src/keyrings/file_streaming_example.py
@@ -6,7 +6,7 @@
6
File streaming is useful when the plaintext or ciphertext file/data is too large to load into
7
memory. Therefore, the AWS Encryption SDK allows users to stream the data, instead of loading it
8
all at once in memory. In this example, we demonstrate file streaming for encryption and decryption
9
-using a Raw AES keyring. However, you can use any keyring for encryption/decryption with streaming.
+using a Raw AES keyring. However, you can use any keyring with streaming.
10
11
This example creates a Raw AES Keyring and then encrypts an input stream from the file
12
`plaintext_filename` with an encryption context to an output (encrypted) file `ciphertext_filename`.
0 commit comments