feat(upload): 添加华为 OBS 对象存储支持
- 在 addons.php 中添加了与华为 OBS 相关的钩子 - 新增了对华为 OBS 上传功能的实现,包括分片上传和合并 - 优化了上传参数处理和错误处理 - 支持客户端和服务端两种上传模式
This commit is contained in:
@@ -21,10 +21,20 @@ return [
|
||||
'action_begin' => [
|
||||
'epay',
|
||||
],
|
||||
'upgrade' => [
|
||||
'shopro',
|
||||
'module_init' => [
|
||||
'hwobs',
|
||||
],
|
||||
'upload_config_init' => [
|
||||
'hwobs',
|
||||
],
|
||||
'upload_delete' => [
|
||||
'hwobs',
|
||||
],
|
||||
'app_init' => [
|
||||
'hwobs',
|
||||
'shopro',
|
||||
],
|
||||
'upgrade' => [
|
||||
'shopro',
|
||||
],
|
||||
'config_init' => [
|
||||
|
||||
Reference in New Issue
Block a user