okigan / awscurl

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

Bugfix: header encoding does not work #79

Closed okigan closed 4 years ago

okigan commented 4 years ago

Remove header encode code for now

Addresses #78

okigan commented 4 years ago

@muziyoshiz see above, that did not take long :), i think printing/output code needs to be factored out and tested (more), what do you think?

muziyoshiz commented 4 years ago

@okigan Thanks for bugfix 🙏 It's good! But I do not have any idea for refactoring now...