-
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
✨ Add exporter code to storage #7218
base: master
Are you sure you want to change the base?
✨ Add exporter code to storage #7218
Conversation
…stream-worker-code
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7218 +/- ##
==========================================
+ Coverage 86.98% 88.35% +1.36%
==========================================
Files 1667 1335 -332
Lines 64721 55284 -9437
Branches 1096 477 -619
==========================================
- Hits 56299 48844 -7455
+ Misses 8109 6311 -1798
+ Partials 313 129 -184
Continue to review full report in Codecov by Sentry.
|
…stream-worker-code
…stream-worker-code
…stream-worker-code
|
What do these changes do?
Add functionality in the
simcore_s3_dsm
that allows to export an archive, given a list of S3 object_keys.NOTE: currently the archive generation is faked out and will be added when #7186 is merged
Related issue/s
How to test
Dev-ops checklist