tedder / requests-aws4auth

Amazon Web Services version 4 authentication for the Python Requests module
MIT License
178 stars 62 forks source link

Why the "x-amz-date" in the headers is not "X-Amz-Date" ? #56

Open pghole opened 3 years ago

pghole commented 3 years ago

I saw the code in the https://github.com/tedder/requests-aws4auth/blob/master/requests_aws4auth/aws4auth.py everywhere in the description we have it as "X-Amz-Date" whereas while forming the actual headers it is "x-amz-date". What is the expected to be sent in the Sig v4 for s3 ?