Skip to content

Releases: mazay/s3sync-service

0.0.10

30 Dec 23:44
7c7bd1c
Compare
Choose a tag to compare
  • 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

04 Dec 19:02
7b9712e
Compare
Choose a tag to compare
  • 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

25 Nov 19:48
3381c9d
Compare
Choose a tag to compare
  • 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

15 Nov 23:14
6ab67fe
Compare
Choose a tag to compare

Added ability to set global AWS credentials and region

0.0.6

15 Nov 22:40
91a8955
Compare
Choose a tag to compare

Fixed bug with removing S3 objects outside of bucket_path when it's set

0.0.5

13 Nov 21:39
d1d4d0f
Compare
Choose a tag to compare
  1. Fixed multiple bugs related to processing exclusions which reduce costs (by reducing the number of API calls) and improves data consistency.
  2. Dramatically reduced the image size by using the multistage build.

0.0.4

12 Sep 20:54
cb6e3ae
Compare
Choose a tag to compare

Added ability for customising FS watcher interval.

0.0.3

07 Sep 10:12
609cdab
Compare
Choose a tag to compare

Optimise memory usage by skipping buffering deleted files, instead of that send them directly to the worker queue for asynchronous processing.

0.0.2

06 Sep 23:08
5dddf13
Compare
Choose a tag to compare

Fixed bug with not listing all S3 objects when the total count is > 1000.

0.0.1

06 Sep 19:23
2e9025f
Compare
Choose a tag to compare

First stable release.