Releases: mazay/s3sync-service
Releases · mazay/s3sync-service
0.0.10
- Fixed names of the prometheus metrics
- Draft errors metrics
- Use golang 1.13.5
- Other minor fixes/changes
image: zmazay/s3sync-service:0.0.10
0.0.9
- Implemented ability for setting the number of checksum workers, by default it starts 2 workers per CPU core
- FS watcher is started with the main process to make sure that no changes will be lost, while local data is procesed
0.0.8
- Added Prometheus exporter with generic go metrics and a couple of custom
-c
command line variable renamed to -config
- Fixed
bucket_path
behavior
- Other minor fixes and improvements
0.0.7
Added ability to set global AWS credentials and region
0.0.6
Fixed bug with removing S3 objects outside of bucket_path when it's set
0.0.5
- Fixed multiple bugs related to processing exclusions which reduce costs (by reducing the number of API calls) and improves data consistency.
- Dramatically reduced the image size by using the multistage build.
0.0.4
Added ability for customising FS watcher interval.
0.0.3
Optimise memory usage by skipping buffering deleted files, instead of that send them directly to the worker queue for asynchronous processing.
0.0.2
Fixed bug with not listing all S3 objects when the total count is > 1000.