Skip to content

Remove misleading payload signing performance warnings - #778

Open
jonathan343 wants to merge 1 commit into
developfrom
payload-warning
Open

Remove misleading payload signing performance warnings#778
jonathan343 wants to merge 1 commit into
developfrom
payload-warning

Conversation

@jonathan343

Copy link
Copy Markdown
Contributor

Summary

Remove AWSSDKWarning emissions from the synchronous and asynchronous SigV4 signers when hashing request payloads.

Payload signing is enabled by default, and the warning was emitted for every non-empty request body regardless of size. This made normal SDK operations, including small STS requests, produce a noisy and non-actionable warning.

Payload signing behavior remains unchanged and only the warning is removed. Tests are updated accordingly.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Payload signing is enabled by default and the warning is emitted for every non-empty request body, including small
requests where the performance impact is negligible. Remove the noisy warning from both synchronous and asynchronous
signers.
@jonathan343
jonathan343 requested a review from a team as a code owner August 21, 2026 04:52
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.

1 participant