-
- Downloads
Flexible Checksums V2 (#3967)
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> Flexible checksums V2 will be launching this week ## Description <!--- Describe your changes in detail --> ## Testing <!--- Please describe in detail how you tested your changes --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## Checklist <!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked --> - [x] For changes to the smithy-rs codegen or runtime crates, I have created a changelog entry Markdown file in the `.changelog` directory, specifying "client," "server," or both in the `applies_to` key. - [x] For changes to the AWS SDK, generated SDK code, or SDK runtime crates, I have created a changelog entry Markdown file in the `.changelog` directory, specifying "aws-sdk-rust" in the `applies_to` key. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ --------- Co-authored-by:Zelda Hessler <zhessler@amazon.com> Co-authored-by:
Aaron Todd <aajtodd@users.noreply.github.com>
Showing
- .changelog/flexible-checksums-client.md 10 additions, 0 deletions.changelog/flexible-checksums-client.md
- .changelog/flexible-checksums-s3.md 12 additions, 0 deletions.changelog/flexible-checksums-s3.md
- aws/rust-runtime/Cargo.lock 180 additions, 8 deletionsaws/rust-runtime/Cargo.lock
- aws/rust-runtime/aws-config/Cargo.lock 6 additions, 6 deletionsaws/rust-runtime/aws-config/Cargo.lock
- aws/rust-runtime/aws-config/Cargo.toml 1 addition, 1 deletionaws/rust-runtime/aws-config/Cargo.toml
- aws/rust-runtime/aws-config/external-types.toml 2 additions, 0 deletionsaws/rust-runtime/aws-config/external-types.toml
- aws/rust-runtime/aws-config/fuzz/Cargo.toml 2 additions, 1 deletionaws/rust-runtime/aws-config/fuzz/Cargo.toml
- aws/rust-runtime/aws-config/src/default_provider.rs 3 additions, 0 deletionsaws/rust-runtime/aws-config/src/default_provider.rs
- aws/rust-runtime/aws-config/src/default_provider/checksums.rs 259 additions, 0 deletions...rust-runtime/aws-config/src/default_provider/checksums.rs
- aws/rust-runtime/aws-config/src/lib.rs 22 additions, 1 deletionaws/rust-runtime/aws-config/src/lib.rs
- aws/rust-runtime/aws-inlineable/src/http_request_checksum.rs 158 additions, 23 deletionsaws/rust-runtime/aws-inlineable/src/http_request_checksum.rs
- aws/rust-runtime/aws-inlineable/src/http_response_checksum.rs 69 additions, 10 deletions...rust-runtime/aws-inlineable/src/http_response_checksum.rs
- aws/rust-runtime/aws-inlineable/src/presigning.rs 10 additions, 0 deletionsaws/rust-runtime/aws-inlineable/src/presigning.rs
- aws/rust-runtime/aws-inlineable/src/presigning_interceptors.rs 3 additions, 1 deletion...ust-runtime/aws-inlineable/src/presigning_interceptors.rs
- aws/rust-runtime/aws-runtime/Cargo.toml 1 addition, 1 deletionaws/rust-runtime/aws-runtime/Cargo.toml
- aws/rust-runtime/aws-runtime/src/user_agent/test_util.rs 14 additions, 7 deletionsaws/rust-runtime/aws-runtime/src/user_agent/test_util.rs
- aws/rust-runtime/aws-sigv4/Cargo.toml 3 additions, 2 deletionsaws/rust-runtime/aws-sigv4/Cargo.toml
- aws/rust-runtime/aws-sigv4/src/http_request/canonical_request.rs 5 additions, 2 deletions...t-runtime/aws-sigv4/src/http_request/canonical_request.rs
- aws/rust-runtime/aws-types/Cargo.toml 1 addition, 1 deletionaws/rust-runtime/aws-types/Cargo.toml
- aws/rust-runtime/aws-types/external-types.toml 2 additions, 0 deletionsaws/rust-runtime/aws-types/external-types.toml
Loading
Please register or sign in to comment