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 8e963bf commit 6eb3de2Copy full SHA for 6eb3de2
src/openApiClient/index.ts
@@ -55,6 +55,7 @@ class OpenApiClient {
55
const endpoint = process.env.OPEN_API_ENDPOINT || (`dataworks${isPre ? '-pre' : ''}.${regionId ? `${regionId}.` : ''}aliyuncs.com`);
56
apiConfig.endpoint = endpoint;
57
58
+ // timeout 设定 https://github.com/aliyun/credentials-nodejs/blob/0bd0925b18e0cb831a3bc824d5f87a51e688e452/src/providers/uri.ts#L77
59
60
// 使用特定方式调用
61
// import DataWorksPublic20240518 from '@alicloud/dataworks-public20240518';
0 commit comments