Multi-upload in a single request#993
Multi-upload in a single request#993koenvanderlinden wants to merge 2 commits intovalor-software:developmentfrom koenvanderlinden:multiupload-singlepost
Conversation
Codecov Report
@@ Coverage Diff @@
## development #993 +/- ##
===============================================
- Coverage 34.72% 33.85% -0.87%
===============================================
Files 10 10
Lines 550 570 +20
Branches 80 81 +1
===============================================
+ Hits 191 193 +2
- Misses 341 359 +18
Partials 18 18
Continue to review full report at Codecov.
|
|
I just had a quick view, not much free time for me right now, but it looks good. As a tip, you could use git rebase to squash the commits together. Maybe @valorkin or @buchslava can provide more assistance. |
|
Thanks for having a look and some tips. |
|
When will this get merged? |
|
I was just looking for a way to upload all files individually and I got to this PR finding out that it is the default behaviour, which is what I needed, @koenvanderlinden does you PR consider allowing the use of both approaches? both use cases are valid and it should count for them. |
Feature to upload all files using one multipart request.
Let me know what you think of it.