okigan / awscurl

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

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

Open gilcu2 opened 12 months ago

gilcu2 commented 12 months ago

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

okigan commented 12 months ago

I see, yea PR sounds good.