We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815a577 commit 034d12fCopy full SHA for 034d12f
src/aliyun/oss.ts
@@ -34,7 +34,7 @@ export class OssUtils {
34
const url = (serverBaseUrl || "").trim();
35
const base = url.endsWith("/") ? url.substr(0, url.length - 1) : url;
36
const options: OssOptions = {
37
- configURL: `${base}/aliyun/oss/cnf`,
+ configURL: `${base}/aliyun/cnf`,
38
stsTokenURL: `${base}/aliyun/token`,
39
genUrl: `${base}/aliyun/oss/temp-url`
40
};
0 commit comments