Open changlinli opened 7 years ago
Great! Thanks for the heads-up. Let me know how you get on, or if you need anything. I'd suggest adding a new type to represent the upload and collecting the new methods in a separate source file. There may be some parts from the existing file upload code you can factor out to reuse for the chunk uploads.
Good luck with Go :)
Anyone working on this?
@prologic - not that I know of at the moment.
Yeah I never had the chance to get around to this :(
B2 Backblaze has support in its API for large files (its standard API breaks down after 5 GB and then you need to use a different API for files up to 10 TB). Would it be possible to get support in for large files?
FWIW this ends up affecting a client application I use.
I'll try to get a whack in at this at some point (and learn Go along the way), but I figured I'd flag this first.
Thanks for providing this awesome library!