forked from boto/botocore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Presigning content type bug (boto#2944)
* Remove `Content-Type` from request_dict in URL presigning if request method shouldn't have a body * cleanup * add region to test client * remove some methods. update tests * mock patch `generate_presigned_url` * changelog and comment cleanup * pr feedback * only delete header if custom http method provided * cleanup * changelog update * remove scope setting in fixture * scale back to only remove `Content-Type` header for `synthesize_speech` * pr feedback
- Loading branch information
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"type": "bugfix", | ||
"category": "``Polly``", | ||
"description": "Remove `Content-Type` header from ``synthesize_speech`` URL presigning." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters