mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
重新实现filesystem模块,升级到最新版本;
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user