Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(util-stream): create checksum stream adapters #1409

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

kuhe
Copy link
Contributor

@kuhe kuhe commented Sep 19, 2024

creates the createChecksumStream function to wrap streams with a checksum verification that throws when the stream is read to completion if the checksum verification fails.

Related to flexible checksums in AWS SDKs, but implementation is generic here.

API reference:

@kuhe kuhe requested review from a team as code owners September 19, 2024 18:15
@kuhe kuhe requested a review from kstich September 19, 2024 18:15
@kuhe kuhe force-pushed the feat/stream-checksum branch 2 times, most recently from f0698ad to cdb61fd Compare September 19, 2024 18:20
@kuhe kuhe force-pushed the feat/stream-checksum branch 2 times, most recently from cfbd9f4 to d7ad972 Compare September 20, 2024 16:13
@kuhe kuhe assigned kuhe and kstich Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants