Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

BROKEN! SEE ISSUES! Supports Flysystem with version 1 for BunnyCDN.

License

Notifications You must be signed in to change notification settings

tinect/bunnycdn-s3-flysystem-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flysystem Adapter for BunnyCDN Storage with S3

⚠ ABONDED BunnyCDN killed S3-Support for the moment, please use tinect/bunnycdn-sftp-flysystem-adapter

Test V1

This adapter supports Flysystem with version 1 for BunnyCDN.

Installation

composer require tinect/bunnycdn-s3-flysystem-adapter:^1.0

Usage

use League\Flysystem\Filesystem;
use Tinect\Flysystem\BunnyCDN\BunnyCDNAdapter;

$client = new BunnyCDNAdapter('storageName', 'api-key-or-ftp-passwort', 'storage.bunnycdn.com', 'optionalSubfolder');
$filesystem = new Filesystem($client);