helieting/flysystem-tencentyun-os

flysystem adapter for Qcloud

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/helieting/flysystem-tencentyun-os

0.5.3 2016-04-05 14:33 UTC

This package is not auto-updated.

Last update: 2025-09-28 00:50:45 UTC


README

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