epam / cloud-pipeline

Cloud agnostic genomics analysis, scientific computation and storage platform
https://cloud-pipeline.com
Apache License 2.0
144 stars 58 forks source link

pipe CLI: respect modification date when syncing #3511

Open sidoruka opened 2 months ago

sidoruka commented 2 months ago

Background At the moment, pipe CLI's -s option uses files' sizes to make a decision if a file shall be pushed to the Cloud. If would be beneficial to include file's modification date as well.

Approach