When requesting data files from hydra, contained in the 'projectdata', it downloads the files without first checking that they exist locally, resulting in it re-downloading the same files over and over.
We should add a check to first see if the file exists locally and is the same size in KB as the file on S3. Then ignore if this is the case
When requesting data files from hydra, contained in the 'projectdata', it downloads the files without first checking that they exist locally, resulting in it re-downloading the same files over and over.
We should add a check to first see if the file exists locally and is the same size in KB as the file on S3. Then ignore if this is the case