-
Notifications
You must be signed in to change notification settings - Fork 662
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
Multi-upload in a single request #993
base: development
Are you sure you want to change the base?
Multi-upload in a single request #993
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.