-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️🐛 storage provides presigned download links for files in folders #4573
♻️🐛 storage provides presigned download links for files in folders #4573
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4573 +/- ##
=========================================
- Coverage 86.7% 77.0% -9.7%
=========================================
Files 1023 663 -360
Lines 43790 30815 -12975
Branches 1013 533 -480
=========================================
- Hits 37991 23755 -14236
- Misses 5572 6936 +1364
+ Partials 227 124 -103
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Thanks for the changes!
might be worth that we look at it together on Monday?
services/storage/src/simcore_service_storage/simcore_s3_dsm_utils.py
Outdated
Show resolved
Hide resolved
…osparc-simcore-forked into pr-osparc-download-link-in-folder
services/storage/src/simcore_service_storage/simcore_s3_dsm_utils.py
Outdated
Show resolved
Hide resolved
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.
Ok I don't want to hinder the progress on this any further. but I think you should refactor a bit the test so that it is maintainable (you are repeating a test that already exists, and I would suggest to separate the use cases instead of putting them altogether, your call).
services/storage/src/simcore_service_storage/simcore_s3_dsm_utils.py
Outdated
Show resolved
Hide resolved
Code Climate has analyzed commit eff1787 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
What do these changes do?
Pre signed download links would not be generated for files placed inside a
file_meta_data
entry which is a folder._list_objects_v2_paginated
.Related issue/s
How to test
DevOps Checklist