- Make S3 item name use / instead of _, to take advantage of S3 "folders"
- Handle command line args properly in the S3 store
- Fix Docker image name for snapshotter (was haystack-service-snapshotter, is now haystack-service-graph-snapshotter)
- Fix typo in Docker image name for snapshotter
- Publish snapshotter to Docker
- Names of S3 service graph snapshot items should terminate in ".csv"
- Make the parameter for listObjectsBatchSize in S3SnapshotStore optional, as it's only needed when calling write
- Remove Main companion object (it wasn't really needed)
- Allow URL to be specified as a parameter instead of being hard coded
- More unit tests
- Add Main companion class to Main object so that it can be instantiated by the Java JVM
- Add this ReleaseNotes.md file