mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
feat(storage): 新增S3存储驱动与磁盘配置
This commit is contained in:
@@ -44,6 +44,13 @@ return [
|
||||
'type' => 'Txcos',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
's3' => [
|
||||
'type' => 'S3',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'webdav' => [
|
||||
'type' => 'Webdav',
|
||||
],
|
||||
// 更多的磁盘配置信息
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user