-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Share without copying & mount cloud storages #2377
Conversation
@Marishka17 , please check the following use case:
Expected results:
|
cvat-ui/src/components/create-task-page/advanced-configuration-form.tsx
Outdated
Show resolved
Hide resolved
cvat-ui/src/components/create-task-page/advanced-configuration-form.tsx
Outdated
Show resolved
Hide resolved
cvat-ui/src/components/create-task-page/create-task-content.tsx
Outdated
Show resolved
Hide resolved
cvat-ui/src/components/create-task-page/advanced-configuration-form.tsx
Outdated
Show resolved
Hide resolved
cvat/apps/engine/models.py
Outdated
@@ -54,6 +54,18 @@ def choices(cls): | |||
def __str__(self): | |||
return self.value | |||
|
|||
class UploadedDataStorageLocationChoice(str, Enum): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will vote for a shorter name like StorageChoice, DataLocationChoice or something like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed
@Marishka17 I've just tested the PR in local development. |
@bsekachev, by default files are not copied to |
Oh, sure, got it. |
@Marishka17 It could be a different PR I suppose. |
I think we need to address it in the PR. It is a bug and could lead to a lot of issues which will difficult to investigate. |
@azhavoro , could you please look at the PR and provide your decision? |
@Marishka17 PR is ok for me, please fix the conflict with |
Is the "Share without copying" working with the cli? |
@iraadit, there is currently no way to use this feature using the cli. Could you please create the issue? |
Motivation and context
Related issue: #204
This PR will allow not copy files inside CVAT when creating a task using share files.
Also PR contains documentation about mounting cloud storage(e.g AWS S3, Azure container, Google Drive) as FUSE.
How has this been tested?
Manually, tests
Checklist
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.