tinect/bunnycdn-s3-flysystem-adapter

Flysystem adapter for BunnyCDN

3.0.0 2022-04-28 19:58 UTC

This package is auto-updated.

Last update: 2024-10-29 22:29:04 UTC


README

⚠ ATTENTION BunnyCDN has no offical S3-Support for the moment. Their API is currently accessible, but it might be break again. To be save: please use PlatformCommunity/flysystem-bunnycdn for the moment

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