Skip to content

Commit a9065e0

Browse files
committed
m
1 parent 23246f6 commit a9065e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/keyrings/file_streaming_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
File streaming is useful when the plaintext or ciphertext file/data is too large to load into
77
memory. Therefore, the AWS Encryption SDK allows users to stream the data, instead of loading it
88
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.
9+
using a Raw AES keyring. However, you can use any keyring with streaming.
1010
1111
This example creates a Raw AES Keyring and then encrypts an input stream from the file
1212
`plaintext_filename` with an encryption context to an output (encrypted) file `ciphertext_filename`.

0 commit comments

Comments
 (0)