- Added `--endpoint_url` flag to allow s4cmd to work with non-s3 object storage services ([82](https://github.com/bloomreach/s4cmd/pull/82))
- Fix bug in pip install ([102](https://github.com/bloomreach/s4cmd/pull/102))
- Fix bug which was leading to errors on zero length files ([81](https://github.com/bloomreach/s4cmd/pull/81))
- Add flag `--version` to display s4cmd version
- Check added to ensure consistency of `os.write` in method `write_file_chunk`
- Full E2E test-suite running on python 2 and 3, backed by Travis-CI