增加上传华为云obs接口

This commit is contained in:
范露尧
2023-01-19 15:49:02 +08:00
parent 57129b3861
commit 21dd025ab8
10 changed files with 602 additions and 1 deletions

View File

@@ -33,7 +33,15 @@
"WithOrigins": [ "http://localhost:8080", "https://mapi.zjzwfw.gov.cn" ]
},
"AppSettings": {
"InjectSpecificationDocument": false
"InjectSpecificationDocument1": false
},
"OSSProvider": {
"Provider": "HuaweiCloud", //枚举值支持Minio/Aliyun/QCloud
"Endpoint": "http://10.74.25.87:6020", //腾讯云中表示AppId
"Region": "", //地域
"AccessKey": "C4D30C2801D928AAF687",
"SecretKey": "ooZVXaB1tqIz7DHTv53RILD7o5cAAAGAAdkoqlR2",
"IsEnableCache": true //是否启用缓存,推荐开启
}
}