-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Add support for default bucket prefix and ability to search for files #6943
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
Conversation
/check |
❌ Some checks failed |
…ncv/cvat into mk/add_aws_s3_prefix_support
/check |
✔️ All checks completed successfully |
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.
If I set some default prefix, and then try to search for something else, with another prefix which I set with search input, what prefix would be used?
Co-authored-by: Kirill Lakhov <kirill.9992@gmail.com>
Codecov Report
@@ Coverage Diff @@
## develop #6943 +/- ##
===========================================
- Coverage 82.59% 82.28% -0.32%
===========================================
Files 360 361 +1
Lines 38926 39200 +274
Branches 3570 3587 +17
===========================================
+ Hits 32150 32254 +104
- Misses 6776 6946 +170
|
@klakhov, It depends on the intersection between the default prefix and the specified search prefix. If the default prefix includes the second one then the default prefix will be used otherwise the prefix from the search input will be used. |
@bsekachev |
It is expected from parent directory because you never see files other then specified in prefix. |
This PR contains REST API tests for #6943
This PR contains REST API tests for #6943
Motivation and context
How has this been tested?
Checklist
develop
branch(cvat-canvas,
cvat-core,
cvat-data and
cvat-ui)
License
Feel free to contact the maintainers if that's a concern.