okigan / awscurl

curl-like access to AWS resources with AWS Signature Version 4 request signing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

header 'x-amz-security-token' with None

gilcu2 opened this issue · comments

Hello, I see in your test test_task_4_build_auth_headers_for_the_request that when security_token==None you include a header 'x-amz-security-token' with None.
Is this necessary for something? I removed it manually because cause problems using the request with httpx and the call works.
If this is an error I can do a PR for fix it.
Thanks