b2-sdk-php
b2-sdk-php copied to clipboard
SDK for Backblaze's B2 storage service.
For some reason the hash for the get list of files isn't populated. Instead it's explicitly set to null. Please include it - it's just a few characters in client.php:...
Currently in ErrorHandler.php you only show the error message. This is bad because B2 unhelpfully very often leaves this field blank. Include the error code too: ` throw new $exceptionClass('Received...
I see that this library is one of the most complete around, but I wonder if it is still alive/active, since I see some PRs that are there for many...
Backblaze API requires you to cache this in order to not get rate limited. Will hopefully be able to provide you with a PR.
If I try to send an imageBlob as the body I get from Backblaze: Sha1 did not match data received Can we send raw data in the body, without using...
mb_strlen is not right here as files need to be considered in their "raw" format and not the ASCII parsed one, This was causing the "Received error from B2: Sha1...
This pull requests adds a generic parameter to the construct option to provide an existing authorization object and allows you to get the authorization details from an existing connection. This...
According to the b2_upload_file spec we need to parse up to Up to 10 of these headers to be converted from into json key value pairs.