重新实现filesystem模块,升级到最新版本;

This commit is contained in:
2023-09-19 15:21:40 +08:00
parent 9e2aa46cea
commit 37bbd99861
11 changed files with 562 additions and 127 deletions

View File

@@ -26,10 +26,7 @@ class Txcos extends Driver
'bucket' => $bucket,
// 可选,如果 bucket 为私有访问请打开此项
'signed_url' => false,
// 可选,是否使用 https默认 false
'use_https' => true,
'signed_url' => false
];
$adapter = new CosAdapter($config);