Download the PHP package mhetreramesh/flysystem-backblaze without Composer
On this page you can find all versions of the php package mhetreramesh/flysystem-backblaze. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mhetreramesh/flysystem-backblaze
More information about mhetreramesh/flysystem-backblaze
Files in mhetreramesh/flysystem-backblaze
Package flysystem-backblaze
Short Description Backblaze adapter for the flysystem filesystem abstraction library
License MIT
Homepage https://github.com/mhetreramesh/flysystem-backblaze
Informations about the package flysystem-backblaze
flysystem-backblaze
Visit (https://secure.backblaze.com/b2_buckets.htm) and get your account id, application key.
The Backblaze adapter gives the possibility to use the Flysystem filesystem abstraction library with backblaze. It uses the Backblaze B2 SDK to communicate with the API.
Install
Via Composer
Usage
Using ApplicationKey instead of MasterKey
If you specify only the $bucketName when creating the BackblazeAdapter, your application key must be the master key.
However, if you specify both bucket name and bucket id, you do not need the master key and can use a single-bucket key.
Fetch your bucket id using the b2 command line tool b2 get-bucket <bucketName>
Documentation
Here is the complete guide of all available options.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Ramesh Mhetre
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of flysystem-backblaze with dependencies
league/flysystem Version ~1.0
gliterd/backblaze-b2 Version >=1.5.0
psr/http-message-implementation Version *
mikey179/vfsstream Version *