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

Hide uploading files from the rest of the system #174

Open
MrCreosote opened this issue May 16, 2022 · 1 comment
Open

Hide uploading files from the rest of the system #174

MrCreosote opened this issue May 16, 2022 · 1 comment

Comments

@MrCreosote
Copy link
Member

Allowing the system to see and manipulate files that are partially uploaded can cause a number of problems. See https://kbase-jira.atlassian.net/browse/PTV-1767 for an example.

Don't allow interactions with files that are in the process of uploading. One way of doing this might be to upload files to a temporary dir and then mv them once they're done.

This would need to be carefully considered to ensure that it doesn't break any current code or UIs

@MrCreosote
Copy link
Member Author

Globus based upload complicates this a whole lot. May not even be possible

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