add aliyun oss support

This commit is contained in:
yang.liu06
2021-02-24 22:07:50 +08:00
parent d278344dd4
commit 3f06c8ba7d
5 changed files with 97 additions and 4 deletions
+8
View File
@@ -78,6 +78,14 @@ qiniu:
secret-key: 'pgdbqEsf7ooZh7W3xokP833h3dZ_VecFXPDeG5JY'
use-cdn-domains: false
# aliyun oss configuration
aliyun-oss:
endpoint: 'yourEndpoint'
access-key-id: 'yourAccessKeyId'
access-key-secret: 'yourAccessKeySecret'
bucket-name: 'yourBucketName'
bucket-url: 'yourBucketUrl'
# excel configuration
excel:
dir: './resource/excel/'