Implement File Upload and Download Handling for Streamflow
It seems that the upload of input files and the download of output are not performed by Streamflow itself. So, we agreed with Mike that those steps should be implemented by us.
The idea is the following:
- Each user will have a dedicated PVC.
- Within each PVC, sub-directories will be structured as follows:
- job_id/execution_id/input
- job_id/execution_id/output
- Output files should be available in S3 Buckets to facilitate downloading