New sync and collections packages
Summary
This MR comes with an object storage synchronizer that synchronizes objects to files on disk as well as adds a Set
collection object which is actually implemented as a map
under the hood. This ended up being a pretty helpful data structure.
Finally there were a few tweaks:
- Add a test runner script
- Don't host hidden files
- Fix bad logging