tencentcloud-sdk-nodejs-intl-en 3.0.1141 → 3.0.1142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Tencent Cloud SDK for Node.js helps Node.js developers debug and use TencentClou
|
|
|
4
4
|
# Dependent Environment
|
|
5
5
|
1. NODEJS 7.10.1 or higher
|
|
6
6
|
2. Activate your product in the Tencent Cloud Console
|
|
7
|
-
3. Get the `SecretID`, `SecretKey`, and endpoint. The general format of endpoint is `\*.tencentcloudapi.com`. For example, the endpoint of CVM is `cvm.tencentcloudapi.com`. For more information, please see the documentation of the specified product.
|
|
7
|
+
3. Get the `SecretID`, `SecretKey`, and endpoint. The general format of endpoint is `\*.intl.tencentcloudapi.com`. For example, the endpoint of CVM is `cvm.intl.tencentcloudapi.com`. For more information, please see the documentation of the specified product.
|
|
8
8
|
|
|
9
9
|
# Installation
|
|
10
10
|
Before installing Tencent Cloud SDK for Node.js and using TencentCloud API, apply for security credentials in the Tencent Cloud Console. Security credential consists of `SecretID` and `SecretKey`. `SecretID` is for identifying the API requester. `SecretKey` is a key used for signature string encryption and authentication by the server. Please keep your `SecretKey` private and do not disclose it to others.
|
|
@@ -63,3 +63,6 @@ If there is a proxy in your environment, you need to set the system environment
|
|
|
63
63
|
|
|
64
64
|
# Legacy SDK
|
|
65
65
|
We recommend using the new version of the SDK for NODE.js. If you have to use a legacy SDK, please go to the [GitHub repository](https://github.com/CFETeam/qcloudapi-sdk) to download it.
|
|
66
|
+
|
|
67
|
+
# Compliance Notice
|
|
68
|
+
Please prioritize using the default domain names configured in the SDK for each product. If using other domains, note that overseas domains may pose data compliance risks.
|
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1142";
|
|
2
2
|
module.exports = sdkVersion
|