|
|
@ -45,7 +45,8 @@ function generateOSSConfig() { |
|
|
|
|
|
|
|
return { |
|
|
|
accessid: config.aliOSS_accessKey, |
|
|
|
host: `https://${config.aliOSS_bucketName}.${config.endpoint}`, |
|
|
|
// host: `https://${config.aliOSS_bucketName}.${config.endpoint}`,
|
|
|
|
host: config.staticDomain, |
|
|
|
signature: signature, |
|
|
|
policyBase64: policyBase64, |
|
|
|
} |
|
|
|