Commit f7f037d
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>1 parent cadce6c commit f7f037d
File tree
46 files changed
+3135
-408
lines changed- .changelog
- aws
- rust-runtime
- aws-config
- fuzz
- src
- default_provider
- aws-inlineable/src
- aws-runtime
- src/user_agent
- aws-sigv4
- src/http_request
- aws-types
- src
- sdk-codegen/src
- main/kotlin/software/amazon/smithy/rustsdk
- test/kotlin/software/amazon/smithy/rustsdk
- sdk
- aws-models-extra
- integration-tests/s3/tests
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators
- rust-runtime
- aws-smithy-async
- aws-smithy-checksums
- src
- aws-smithy-eventstream
- fuzz
- aws-smithy-http
- fuzz
- aws-smithy-json
- fuzz
- aws-smithy-types
- fuzz
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+3135
-408
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments