feat(storage): 新增S3存储驱动与磁盘配置

This commit is contained in:
augushong
2026-08-20 22:12:41 +08:00
parent f01ecbe08e
commit 5cdfac0333
2 changed files with 47 additions and 0 deletions

View File

@@ -44,6 +44,13 @@ return [
'type' => 'Txcos',
'visibility' => 'public',
],
's3' => [
'type' => 'S3',
'visibility' => 'public',
],
'webdav' => [
'type' => 'Webdav',
],
// 更多的磁盘配置信息
],
];