Skip to content
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

Support for large file uploads #12

Open
changlinli opened this issue Dec 25, 2016 · 4 comments
Open

Support for large file uploads #12

changlinli opened this issue Dec 25, 2016 · 4 comments

Comments

@changlinli
Copy link

changlinli commented Dec 25, 2016

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!

@kothar
Copy link
Owner

kothar commented Dec 25, 2016

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 :)

@prologic
Copy link

Anyone working on this?

@kothar
Copy link
Owner

kothar commented Jun 17, 2018

@prologic - not that I know of at the moment.

@changlinli
Copy link
Author

Yeah I never had the chance to get around to this :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants