Skip to content

Include bugfix for tempurl issue

Compare
Choose a tag to compare
@cschwede cschwede released this 03 Feb 20:34
· 6 commits to master since this release
Fix bug when creating temporary URLs

Pythons HMAC does not accept unicode, therefore converting key and hmac body to
string (to be compatible with Python 2.x). Python 3 needs a byte conversion.

See also: http://bugs.python.org/issue5285