Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add S3 file transfer support #22

Open
2 tasks
BorisYourich opened this issue Oct 1, 2024 · 0 comments
Open
2 tasks

Add S3 file transfer support #22

BorisYourich opened this issue Oct 1, 2024 · 0 comments

Comments

@BorisYourich
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently the stage-in container uses only curl to download inputs and to post outputs. Therefore the jobs which use a different file transfer (ftp, s3) fail.

Describe the solution you'd like

  • use a docker image for the stage-in and stage-out containers, which will be able to use s3, http(curl), and ftp file transfer in tesp_api/service/event_actions.py
  • Implement a deciding logic that will use a correct method to download files based on the url prefix eg. http ftp s3. Make the changes both in tesp_api/utils/docker.py and in tesp_api/utils/singularity.py. Don't forget the stage-out methods for both modules as well.

Describe alternatives you've considered
NA

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant