Skip to content

Commit 845bb91

Browse files
Merge smithy-rs-release-1.x.y into main (#3957)
2 parents 1f3e82b + 019bffe commit 845bb91

File tree

3 files changed

+30
-27
lines changed

3 files changed

+30
-27
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
December 30th, 2024
3+
===================
4+
25
December 26th, 2024
36
===================
47
**New this release:**

aws/SDK_CHANGELOG.next.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "Velfi",
1616
"references": [],
1717
"since-commit": "039177d0ee6dd288ad57de2230a1110bbe7ff7d5",
18-
"age": 3
18+
"age": 4
1919
},
2020
{
2121
"message": "It is now possible to disable payload signing through an operation customization.\n\n```rust\nasync fn put_example_object(client: &aws_sdk_s3::Client) {\n let res = client\n .put_object()\n .bucket(\"test-bucket\")\n .key(\"test-key\")\n .body(ByteStream::from_static(b\"Hello, world!\"))\n .customize()\n // Setting this will disable payload signing.\n .disable_payload_signing()\n .send()\n .await;\n}\n```\n\nDisabling payload signing will result in a small speedup at the cost of removing a data integrity check.\nHowever, this is an advanced feature and **may not be supported by all services/operations**.\n",
@@ -29,7 +29,7 @@
2929
"smithy-rs#3583"
3030
],
3131
"since-commit": "89881abd3df80e9b6fd59790d7c02e2b9a6dd45c",
32-
"age": 2
32+
"age": 3
3333
}
3434
],
3535
"aws-sdk-model": []

aws/sdk/Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)