Commit Graph

10 Commits

Author SHA1 Message Date
Alessandro Bacchini 6b4b7d5389
Add interval flag for configuring the pull interval (#11) 2021-04-15 23:29:55 -07:00
Aleksandar Nikolikj 03ac03f602
Adding endpoint config to enable minio backend (#6)
adds endpoint and disable ssl config to enable support for minio

Co-authored-by: Aleksandar Nikolikj <aleksandar.nikolikj@ericsson.com>
Co-authored-by: Qingping Hou <qph@scribd.com>
2020-04-03 10:01:59 -07:00
Qingping Hou 54bad26d8e change default file mode to 0664 to be more sensible 2020-03-24 17:27:04 -07:00
Qingping Hou f02382ceba feat: override default file mode from command line 2020-03-24 17:18:28 -07:00
Qingping Hou 34db797a1e use .objinsync as working dir to implement atomic update
tmp will not work when it's mounted as a different partition
2020-03-24 01:48:07 -07:00
Qingping Hou 8ade48a620 feat: avoid unnecessary file override during the initial sync 2020-03-23 00:31:22 -07:00
Qingping Hou 0f2976a444 feat: aadd --exclude cli option
breaking change: objinsync now doesn't ignore __pycache__ dir by
default. user need to explicitly specify: --exclude '**/__pycache__/**'

close #1
2020-03-08 16:16:05 -07:00
Qingping Hou 5ceb7147ea add --status-addr flag for customizing status endpoints binding address 2020-03-02 16:49:31 -08:00
Qingping Hou 1c9afe8e9a point module path to github 2020-03-02 09:57:01 -08:00
Qingping Hou e29c217392 initial commit 2020-02-25 15:28:52 -08:00