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

Merged
merged 9 commits into from
Oct 17, 2024

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 3 times, most recently from 1e75f7f to f2f3c0d Compare September 20, 2024 17:14
@kuhe kuhe assigned kuhe and kstich Sep 20, 2024
@kuhe kuhe merged commit f4e0bd9 into smithy-lang:main Oct 17, 2024
11 checks passed
@kuhe kuhe deleted the feat/stream-checksum branch October 17, 2024 17:37
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