Skip to content

Remove misleading payload signing performance warnings - #778

Merged
arandito merged 1 commit into
developfrom
payload-warning
Aug 21, 2026
Merged

Remove misleading payload signing performance warnings#778
arandito merged 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
@arandito
arandito merged commit 06e350e into develop Aug 21, 2026
10 checks passed
@arandito
arandito deleted the payload-warning branch August 21, 2026 22:31
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.

2 participants