适配阿里云OSS 有公网访问地址

This commit is contained in:
KaneOne 2023-12-12 16:28:16 +08:00 committed by GitHub
parent 107676aeaf
commit 7536ea4681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -487,6 +487,7 @@ async function httpRequest(req: any, item?: any) {
case "oss":
next({
host: res.host,
preview: res.publicDomain,
data: {
OSSAccessKeyId: res.OSSAccessKeyId,
policy: res.policy,