-
Notifications
You must be signed in to change notification settings - Fork 591
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
fix: do not sign content-type in s3-request-presigner #1017
fix: do not sign content-type in s3-request-presigner #1017
Conversation
Codecov Report
@@ Coverage Diff @@
## smithy-codegen #1017 +/- ##
===============================================
Coverage 91.36% 91.36%
===============================================
Files 144 144
Lines 2836 2837 +1
Branches 501 502 +1
===============================================
+ Hits 2591 2592 +1
Misses 245 245
Continue to review full report at Codecov.
|
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
In V2 it looks like the |
In v2, |
Looks like PHP is doing it because of the same issue we are facing: aws/aws-sdk-php#1521 (comment) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue #, if available:
Fixes: #1000
Description of changes:
Do not sign content-type in s3-request-presigner
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.