You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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!
The text was updated successfully, but these errors were encountered: