You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ This list is indexed by [v2 config parameters](https://docs.aws.amazon.com/AWSJa
52
52
53
53
A set of options to pass to the low-level HTTP request. These options are aggregated differently in v3. You can
54
54
configure them by supplying a new `requestHandler`. Here's the example of setting http options in Node.js runtime. You
55
-
can find more in [v3 reference for NodeHttpHandler](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/classes/_aws_sdk_node_http_handler.nodehttphandler-1.html).
55
+
can find more in [v3 reference for NodeHttpHandler](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-node-http-handler/).
56
56
57
57
All v3 requests use HTTPS by default. You only need to provide custom httpsAgent.
58
58
@@ -112,10 +112,10 @@ This list is indexed by [v2 config parameters](https://docs.aws.amazon.com/AWSJa
112
112
-`connectTimeout`
113
113
-**v2**: Sets the socket to timeout after failing to establish a connection with the server after connectTimeout
114
114
milliseconds.
115
-
-**v3**: `connectionTimeout` is available [in `NodeHttpHandler` options](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/classes/_aws_sdk_node_http_handler.nodehttphandler-1.html).
115
+
-**v3**: `connectionTimeout` is available [in `NodeHttpHandler` options](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-node-http-handler/).
116
116
-`timeout`
117
117
-**v2**: The number of milliseconds a request can take before automatically being terminated.
118
-
-**v3**: `socketTimeout` is available [in `NodeHttpHandler` options](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/classes/_aws_sdk_node_http_handler.nodehttphandler-1.html).
118
+
-**v3**: `socketTimeout` is available [in `NodeHttpHandler` options](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-node-http-handler/).
119
119
-`xhrAsync`
120
120
-**v2**: Whether the SDK will send asynchronous HTTP requests.
121
121
-**v3**: **Deprecated**. Requests are _always_ asynchronous.
0 commit comments