OSS.json 876 B

1234567891011121314151617181920
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. "Upload": {
  4. "Path": "Upload/{yyyy}/{MM}/{dd}", // 文件上传目录
  5. "MaxSize": 1048576,
  6. "ContentType": [ "image/jpg", "image/png", "image/jpeg", "image/gif", "image/bmp", "text/plain", "application/pdf", "application/msword", "application/vnd.ms-excel", "application/vnd.ms-powerpoint", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.openxmlformats-officedocument.wordprocessingml.document" ]
  7. },
  8. "OSSProvider": {
  9. "IsEnable": false,
  10. "Provider": "Aliyun", // Invalid/Minio/Aliyun/QCloud/Qiniu/HuaweiCloud
  11. "Endpoint": "",
  12. "Region": "",
  13. "AccessKey": "",
  14. "SecretKey": "",
  15. "IsEnableHttps": true,
  16. "IsEnableCache": true,
  17. "Bucket": ""
  18. }
  19. }