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

[impv] Upload the resource to the special folder instead of the Root path #60

Open
jieguangzhou opened this issue Dec 21, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@jieguangzhou
Copy link
Member

jieguangzhou commented Dec 21, 2022

Now, we can upload files to the resource center, but if we cannot manage the path of the resource, there will make some errors. For example, different files have the same name.

I think we can upload the file to a special folder, such as PYDS/workflow_name/workflow_version/task_name/task_version.

But it will waste a lot of space storing the same files

@zhongjiajie zhongjiajie added the enhancement New feature or request label Feb 25, 2023
@zhongjiajie zhongjiajie added the good first issue Good for newcomers label May 5, 2023
@zhongjiajie zhongjiajie added this to the 4.1.0 milestone Oct 13, 2023
@khushi-98
Copy link

The best approach depends on the specific requirements of your system and workflow. But methods that we can use to eliminate duplication of files are :-File hashing, Data compression, Symbolic Links, Automatic cleanup etc.

@zhongjiajie
Copy link
Member

The best approach depends on the specific requirements of your system and workflow. But methods that we can use to eliminate duplication of files are :-File hashing, Data compression, Symbolic Links, Automatic cleanup etc.

Hi @khushi-98 thanks for your reply, but we should keep the original filename for the resources file, because we may need find them in web UI in resource center page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants