mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
管理员上传文件到存储桶功能基本完成;可以前端计算文件SHA1;添加腾讯云生成SecretId、SecretKey文档
This commit is contained in:
@@ -57,12 +57,16 @@ thirdparty.qq.redirecturi=
|
||||
|
||||
# 腾讯云对象存储
|
||||
# SecretId
|
||||
qcloud.cos.accessKey=AKIDaz80bw0nJYWEgqjLgkY4JHzPYQ2NSGn4
|
||||
qcloud.cos.accessKey=
|
||||
# SecretKey
|
||||
qcloud.cos.secretKey=1lEQKxJPFo66q54lCNGsDH4brqYzA5j6
|
||||
# 地域名
|
||||
qcloud.cos.regionName=ap-shanghai
|
||||
# 存储桶名称
|
||||
qcloud.cos.bucketName=bookshelfplus-ebooks-1302260381
|
||||
# 文件夹名称(可自定义)
|
||||
qcloud.cos.keyName=images
|
||||
qcloud.cos.secretKey=
|
||||
# 地域名
|
||||
qcloud.cos.regionName=
|
||||
# 存储桶名称
|
||||
qcloud.cos.bucketName=
|
||||
# 文件前缀(自定义)
|
||||
# 可以为空,为空表示直接将文件存在对象存储桶的根路径下
|
||||
# 不以 / 结尾,则为文件名前缀
|
||||
# 以 / 结尾,则为存入子文件夹中
|
||||
# 设置后建议不要修改,否则之前在系统中上传的文件将无法找到
|
||||
qcloud.cos.keyName=
|
Reference in New Issue
Block a user