Skip to content

Commit

Permalink
docs: update NodeHttpHandler link (#6239)
Browse files Browse the repository at this point in the history
  • Loading branch information
suekou committed Jul 1, 2024
1 parent d61b175 commit 4447542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This list is indexed by [v2 config parameters](https://docs.aws.amazon.com/AWSJa

A set of options to pass to the low-level HTTP request. These options are aggregated differently in v3. You can
configure them by supplying a new `requestHandler`. Here's the example of setting http options in Node.js runtime. You
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).
can find more in [v3 reference for NodeHttpHandler](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-node-http-handler/).

All v3 requests use HTTPS by default. You only need to provide custom httpsAgent.

Expand Down Expand Up @@ -112,10 +112,10 @@ This list is indexed by [v2 config parameters](https://docs.aws.amazon.com/AWSJa
- `connectTimeout`
- **v2**: Sets the socket to timeout after failing to establish a connection with the server after connectTimeout
milliseconds.
- **v3**: `connectionTimeout` is available [in `NodeHttpHandler` options](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/classes/_aws_sdk_node_http_handler.nodehttphandler-1.html).
- **v3**: `connectionTimeout` is available [in `NodeHttpHandler` options](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-node-http-handler/).
- `timeout`
- **v2**: The number of milliseconds a request can take before automatically being terminated.
- **v3**: `socketTimeout` is available [in `NodeHttpHandler` options](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/classes/_aws_sdk_node_http_handler.nodehttphandler-1.html).
- **v3**: `socketTimeout` is available [in `NodeHttpHandler` options](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-node-http-handler/).
- `xhrAsync`
- **v2**: Whether the SDK will send asynchronous HTTP requests.
- **v3**: **Deprecated**. Requests are _always_ asynchronous.
Expand Down

0 comments on commit 4447542

Please sign in to comment.