okigan / awscurl

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

A release with print-content-as-text? #32

Closed tomfaulhaber closed 6 years ago

tomfaulhaber commented 6 years ago

It looks like the current pypi version of this package (0.11) still has "print(r.content)". I was using this with Amazon SageMaker and the results were coming back as a byte array ("b'...'") instead of text. When I do a git clone and run the latest version, it works great.

Could we get a pypi release of the latest version? Thanks!

(P.S. thanks for this really useful tool)

okigan commented 6 years ago

@tomfaulhaber thanks for feedback, latest code is published as version 0.12 on pypi: https://pypi.python.org/pypi/awscurl/0.12