ITISFoundation / osparc-issues

🐼 issue-only repo for the osparc project
3 stars 5 forks source link

Flag inputs zipped by backend #613

Closed newton1985 closed 1 year ago

newton1985 commented 2 years ago

Long story short

When I want to pass a zip file between services as a zip file, osparc usually (but not always, for some reason), unzips this file automatically, since is the default behavior for files that appear in an input port.

Expected behaviour

I expect osparc to flag the files it zips in an output port of a given service for the purpose of transferring data between services. This way it can differentiate between such files and user-zipped files, which should be preserved in the their zipped format (since this is what the user will be expecting).

Actual behaviour

User-zipped files get unzipped automatically.

Steps to reproduce

n/a

Note: your environment was attached but will not be displayed