Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Transfer-Encoding from signed headers #3351

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

nateprewitt
Copy link
Contributor

This PR will exclude Transfer-Encoding from the headers considered for signing with SigV4. This prevents unintentional SignatureMismatch errors in the event a network intermediary drops the Transfer-Encoding header to replace it with a computed Content-Length.

@nateprewitt nateprewitt merged commit 466a0cc into develop Jan 27, 2025
78 checks passed
@nateprewitt nateprewitt deleted the transfer_encoding_signing branch January 27, 2025 17:30
aws-sdk-python-automation added a commit that referenced this pull request Jan 27, 2025
* release-1.36.7:
  Bumping version to 1.36.7
  Update endpoints model
  Update to latest models
  Remove transfer-encoding from signed headers (#3351)
  Bump aws-actions/stale-issue-cleanup
  Bump codecov/codecov-action from 5.1.1 to 5.3.1
hswong3i pushed a commit to alvistack/boto-botocore that referenced this pull request Jan 28, 2025
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.

3 participants