-
Notifications
You must be signed in to change notification settings - Fork 28
🐛S3: when copying files there is no callback if the multipart threshold is not reached #6305
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
🐛S3: when copying files there is no callback if the multipart threshold is not reached #6305
Conversation
…mpleted. reduce multipart threshold
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6305 +/- ##
=========================================
+ Coverage 84.5% 88.8% +4.2%
=========================================
Files 10 1056 +1046
Lines 214 47103 +46889
Branches 25 408 +383
=========================================
+ Hits 181 41843 +41662
- Misses 23 5189 +5166
- Partials 10 71 +61
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!
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 🥇!
What do these changes do?
#6272 did not completely fix the issue of the progress while duplicating studies or instantiating templates:
This PR therefore adds:
Related issue/s
How to test
Dev-ops checklist