okigan / awscurl

curl-like access to AWS resources with AWS Signature Version 4 request signing.
MIT License
737 stars 91 forks source link

use CaseInsensitiveDict for headers #72

Closed okigan closed 2 years ago

okigan commented 4 years ago

see https://github.com/okigan/awscurl/issues/68

bibliotechy commented 2 years ago

@okigan I just hit the issue described in #68. I rebased this branch on top of master and installed locally and the expected behavior (header names being case-insensitive) works. Would love to see this merged.

okigan commented 2 years ago

Thanks for confirmation - will roll it in soon.

On Jul 20, 2021, at 12:25 PM, Chad Nelson @.***> wrote:

 @okigan I just hit the issue described in #68. I rebased this branch on top of master and installed locally and the expected behavior (header names being case-insensitive) works. Would love to see this merged.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

okigan commented 2 years ago

@bibliotechy FYI - merged and release