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 B2 Large Files #14

Open
loganbest opened this issue Jan 16, 2017 · 2 comments
Open

Support B2 Large Files #14

loganbest opened this issue Jan 16, 2017 · 2 comments

Comments

@loganbest
Copy link

I'd like to see support for Large Files. You can reference https://www.backblaze.com/b2/docs/large_files.html for more info. I think this could widen the use case for this SDK quite a bit as the world of media expands and gets larger.

@lukehebb
Copy link

lukehebb commented Jan 24, 2017

Would just like to second this - I've just had Laravel throw the error below which seems to be because the file is too big?

[2017-01-24 16:18:12] local.ERROR: ChrisWhite\B2\Exceptions\B2Exception: Received error from B2: Not enough members for write of <redacted>: class java.net.SocketTimeoutException - Read timed out; class java.net.SocketTimeoutException - Read timed out in /var/www/vendor/cwhite92/b2-sdk-php/src/ErrorHandler.php:36

Just to add - the file was 4.3GB

@przemekperon
Copy link

There's a pull request that implements this feature: #15

Unfortunately it's not merged yet. But you can use my forked repo with the large file support. Just edit composer.json and add:

"repositories": [
	{
	    "url": "https://github.com/przemekperon/b2-sdk-php",
	    "type": "vcs"
	}
],

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

No branches or pull requests

3 participants