uktrade / mobius3

Continuously sync folder to S3, using inotify under the hood
MIT License
50 stars 3 forks source link

(feat) Downloads in temporary dir #19

Closed michalc closed 5 years ago

michalc commented 5 years ago

This is specifically for Fargate, so downloads are not in the same shared volume as the watched directory. The shared volume has a limit of 4gb, but overall the limit is 10gb. This allows large files to be redownloaded, say if there were changes.

It also offers fewer special cases in the code, since the download dir does not overlap with the main directory