ivanlulyf/bunnyphp-cos

腾讯COS存储为BunnyPHP

1.2.0 2021-10-09 15:30 UTC

README

腾讯COS存储为BunnyPHP

Version Total Downloads License

英语 | 中文

安装

composer require ivanlulyf/bunnyphp-cos

配置

"storage" => [
	"name" => "bunny.cos",
	"secretId" => "",           // replace to your Tencent Cloud secretId
	"secretKey" => "",          // replace to your Tencent Cloud secret
	"region" => "",             // replace to your COS region
	"bucket" => "",             // replace to your COS bucket
	"url" => "",                // replace to your COS access url
],