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

Flexible Checksums Updates #3845

Merged
merged 33 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
65cd999
Added request_checksum_calculation to SdkConfig
landonxjames Aug 25, 2024
d0a5c29
Working version of flexible checksums for requests
landonxjames Aug 28, 2024
6cac2a9
Add S3 MultiPartUpload decorator
landonxjames Aug 29, 2024
9c7ae97
Add response_checksum_validation to sdk_config
landonxjames Aug 29, 2024
fd8dc48
Cleaning up response_checksum_validation logic
landonxjames Aug 29, 2024
a40952a
Finished HttpResponseChecksum functionality
landonxjames Sep 1, 2024
3d71421
First working test of flexible checksums
landonxjames Sep 4, 2024
ffd530b
Adding first suite of working checksum tests
landonxjames Sep 4, 2024
9881f5a
Added tests for successful response checksums
landonxjames Sep 5, 2024
5557ea3
Add tests of failed response checksum validations
landonxjames Sep 5, 2024
738f305
Add default crc32 to requestAlgorithmMember shapes
landonxjames Sep 6, 2024
ab6fbf9
Update docs for checksum config enums
landonxjames Sep 6, 2024
ea410c4
Interceptor to set default request checksum algo
landonxjames Sep 9, 2024
3025611
Cleaning up some comments
landonxjames Sep 9, 2024
5c123a5
Add interceptor for defaulting S3 MPU checksum
landonxjames Sep 11, 2024
80f48ca
Refactor http request checksum interceptor
landonxjames Sep 11, 2024
24f0024
Refactor http response checksum mutation intercept
landonxjames Sep 11, 2024
50728c4
Add streaming checksum tests
landonxjames Sep 22, 2024
e9d4c89
Remove S3MPU Decorator
landonxjames Sep 22, 2024
6ae5120
Add changelog
landonxjames Sep 22, 2024
ae0a7b9
Cleaning up
landonxjames Sep 22, 2024
d1c6aad
Move checksum configs to aws_smithy_types
landonxjames Sep 22, 2024
b9d6ee0
Exclude x-amz-checksum-mode header from signing
landonxjames Sep 22, 2024
06b384f
PR feedback
landonxjames Sep 24, 2024
c4b41bc
Add comment requested in PR feedback
landonxjames Sep 24, 2024
13d1626
Update serviceHasHttpChecksumOperation
landonxjames Sep 25, 2024
1f25cb4
Update some s3 integ and protocol tests
landonxjames Sep 25, 2024
d682c8d
Moving request checksum mutator to a closure
landonxjames Sep 30, 2024
6c9c3da
Move response mutator to closure
landonxjames Sep 30, 2024
2027715
Adding user-agent metrics for flexible checksums
landonxjames Sep 27, 2024
aec2180
Add tests for checksum user-agent business metrics
landonxjames Sep 28, 2024
d714eaa
Update HttpChecksumTest to use UA test utils
landonxjames Oct 1, 2024
1339593
Adding user-agent metrics for flexible checksums (#3851)
landonxjames Oct 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changelog/flexible-checksums.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
applies_to: ["client", "aws-sdk-rust"]
authors: ["landonxjames"]
references: ["smithy-rs#3845"]
breaking: false
new_feature: true
bug_fix: true
---

Updating the implementation of flexible checksums to match the updated spec.
116 changes: 58 additions & 58 deletions aws/rust-runtime/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading