Skip to content

Commit

Permalink
fix aliyun config url
Browse files Browse the repository at this point in the history
  • Loading branch information
lazywen committed Feb 16, 2022
1 parent 815a577 commit 034d12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aliyun/oss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class OssUtils {
const url = (serverBaseUrl || "").trim();
const base = url.endsWith("/") ? url.substr(0, url.length - 1) : url;
const options: OssOptions = {
configURL: `${base}/aliyun/oss/cnf`,
configURL: `${base}/aliyun/cnf`,
stsTokenURL: `${base}/aliyun/token`,
genUrl: `${base}/aliyun/oss/temp-url`
};
Expand Down

0 comments on commit 034d12f

Please sign in to comment.