splunk / splunk-aws-project-trumpet

MIT License
95 stars 31 forks source link

Add python3 support #15

Closed dkujawski closed 4 years ago

dkujawski commented 4 years ago

Python 3 made changes to the base64 API to operate on byte-like objects and bytes.
This update detects when the code is running in Python 3 and will use the newer logic for encode/decode.

nstonesplunk commented 4 years ago

Thanks for this @dkujawski! Will have a look at merge/update assets over the next few days.