helieting/flysystem-tencentyun-os
flysystem-tencentyun-cos
use Qcloud_cos\Cosapi;
use Helieting\Flysystem\Qcloud\QcloudAdapter;
use League\Flysystem\Filesystem;
require "vendor/autoload.php";
$config = [
'bucket' => 'testbucket',
];
$storage = new Filesystem(new QcloudAdapter($config));
$storage->getMetadata('xxx.png');
Related Packages
jungehaie/laravel-filesystem-google-cloud-storage
A Laravel Flysystem implementation for the Google Cloud Storage via a S3Client.
1,866
2
websight/l5-google-cloud-storage
Laravel 5 Flysystem Google Cloud Storage Service Provider
63,239
36
danhunsaker/laravel-flysystem-others
Automatically registers every third-party Flysystem adapter it recognizes as a L...
32,883
23