Open inconduit opened 11 years ago
Multipart concurrency for a single file is very possible.
I originally avoided it as browsers
As my main use case will ultimately be larger files I may re-visit implementing parallel parts (as an option) although feel free to send a pull request!
thanks for the fast reply. can you email me at adam@inconduit.com ? i'd like to discuss the possibility of contracting you to implement this feature, and github issues aren't really the place for that.
not an issue but a question - would it be possible to modify the upload mechanism to implement multithreaded uploading to an s3 bucket? i mean multithreaded for a single file, where the chunks are uploaded concurrently to maximize bandwidth.
this looks like a great project, thanks a lot for sharing it. i've just started digging into the source and learning about s3 chunked uploads, so i'm unsure if multipart-concurrent uploading is possible.