cloud-pipeline
cloud-pipeline copied to clipboard
Empty folder structure created in output folder of the pipeline even if it doesn't match storage rules
Describe the bug If you define a storage rule for pipeline as: folder/*
And you analysisDir contains: folder/
- file1 dir/
- file2
- .DS_Store
It will copy dir/.DS_Store (effectively recreating folder structure in s3) even if storage rule doesn't match