1. Added `Prefix` to the `s3.list_objects_v2` request to speed up the search. 1. Fixed a bug related to filename mapping during restore; should use `args.dumpPath` instead of`dump`.
Thanks kyhau
1.1.3
- Python 2/3 support
1.1.2
CI fixes - Add BOTO_CONFIG env to fix travis-ci https://github.com/bchew/dynamodump/pull/45, thanks loomchild MattSurabian - Switch dynalite to AWS DynamoDB Local for stability and support - Remove nodejs requirement - Fix tests to work with DynamoDB Local - Update readme