- Added `--s3-max-retries` for the s3 client. Default is 4
0.1.10
- Added `--part-size-multiplier`, which allows you to set the size of each uploaded chunk
0.1.9
- Fixed bug when deleting files
0.1.7
- Clean up old threads after tar'ing is complete - Close s3 connections after tar'ing is complete
0.1.6
- Option to preserve folder structure. Also add files to a custom folder - Fixed connection pool bug to s3
0.1.5
- Added `--remove` which when set will delete all files that were added to the tar file - Refactored the S3Tar class to be easier to work with/test - Added tests