-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Support cloud storage #3326
Merged
Merged
Support cloud storage #3326
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Marishka17 , I will merge the PR as is. We discussed a couple of issues:
{"version":"1.1"}
{"type":"images"}
{"name":"000000000139","extension":".jpg","width":640,"height":426,"meta":{"related_images":[]},"checksum":"b242df990b7315d5ad71c8cd3bc8bfdb"}
{"name":"000000000285","extension":".jpg","width":586,"height":640,"meta":{"related_images":[]},"checksum":"3bc71e9139761c5308587dd47c08695f"}
{"name":"000000000632","extension":".jpg","width":640,"height":483,"meta":{"related_images":[]},"checksum":"bf1e99429d341e28fcfcfc36b2edff06"}
{"name":"000000000724","extension":".jpg","width":375,"height":500,"meta":{"related_images":[]},"checksum":"e2a379e1649fdcc25a5f3829778525f8"}
{"name":"000000000776","extension":".jpg","width":428,"height":640,"meta":{"related_images":[]},"checksum":"3b7f7967c63f61a6139b25280ca0b372"}
{"name":"000000000785","extension":".jpg","width":640,"height":425,"meta":{"related_images":[]},"checksum":"647645423232ef03691064eda55f9f36"}
{"name":"000000000802","extension":".jpg","width":424,"height":640,"meta":{"related_images":[]},"checksum":"9f244e7c14cadca4195093a06bcbaf16"}
{"name":"000000000872","extension":".jpg","width":621,"height":640,"meta":{"related_images":[]},"checksum":"5516b8d3bad2c08f2c86a2ca95d0d062"}
{"name":"000000000885","extension":".jpg","width":640,"height":427,"meta":{"related_images":[]},"checksum":"ec166d3d69fc7475d4a2a4445b4bf35a"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original PR: #2620
Motivation and context
Support work with remote cloud storage without copying data to CVAT
Related issue: #863
How to generate temporary credentials (S3) e.g.
How has this been tested?
Manually with swagger
REST API
GET /api/v1/cloudstorages
POST /api/v1/cloudstorages
GET /api/v1/cloudstorages/{id}
GET /api/v1/cloudstorages/{id}/content
PATCH /api/v1/cloudstorages/{id}
Supported cloud providers:
Iterations:
Checklist
develop
branch- [ ] I have increased versions of npm packages if it is necessary (cvat-canvas,cvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.