cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

Empty folder structure created in output folder of the pipeline even if it doesn't match storage rules

Open SilinPavel opened this issue 10 months ago • 0 comments

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

SilinPavel avatar Jan 14 '25 17:01 SilinPavel