kestra-io / plugin-compress

https://kestra.io/plugins/plugin-compress/
Apache License 2.0
1 stars 2 forks source link

Keep the original file names after unpacking archive #67

Closed hcymerys closed 4 months ago

hcymerys commented 5 months ago

Feature description

Files are accessible via outputs.<task_id>.files['path/to/original/file'] but in the storage they are renamed into names like 6651596508773726158.tmp , screenshot attached:

image

That cause some problems while trying to execute binaries with dynamically linked libraries (executable seek for exact name of linked library)

loicmathieu commented 5 months ago

Hi @hcymerys , We will need a flow YAML example to better understand where is the issue.