George Fu
George Fu
Original PR adding the feature: https://github.com/aws/aws-sdk-js-v3/pull/899
- `socketTimeout` is deprecated as noted in the source code documentation https://github.com/smithy-lang/smithy-typescript/blob/main/packages/types/src/http/httpHandlerInitialization.ts#L25. - that is why it does not appear much in documentation. It was replaced by `requestTimeout`, which does...
Regarding the value of `maxSockets`: In this documentation page, we recommend setting maxSockets to a factor of the workload's batch size: https://github.com/aws/aws-sdk-js-v3/blob/main/supplemental-docs/performance/parallel-workloads-node-js.md#example-scenario. This is something that I believe isn't specific...
I'm planning to undeprecate the field called `socketTimeout` for clients using the `NodeHttpHandler`. When it was deprecated in https://github.com/aws/aws-sdk-js-v3/pull/4508, the reasoning for doing so was incorrect. Going forward I intend...
converting this to feature request to prefer duck checks globally
Context: we reduced the number of packages published to the API docs website to reduce the chances of users getting lost. Not all package exported symbols are considered public API....
Our current guidance on managing sockets and streams is in [main/supplemental-docs/CLIENTS.md#nodejs-requesthandler](https://github.com/aws/aws-sdk-js-v3/blob/main/supplemental-docs/CLIENTS.md?rgh-link-date=2024-11-25T19%3A07%3A08Z#nodejs-requesthandler) under "A note on socket exhaustion", and in [main/supplemental-docs/performance/parallel-workloads-node-js.md](https://github.com/aws/aws-sdk-js-v3/blob/main/supplemental-docs/performance/parallel-workloads-node-js.md?rgh-link-date=2024-11-25T19%3A07%3A08Z) The relevant portion is > Because keepAlive is defaulted to...
fixed at https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3-control/command/CreateJobCommand/
@aBurmeseDev please create a ticket with the service team to confirm the intended model structure. I have closed the related PR #6568 because it cannot be modified in this repository.
Likely not addressable unless the service starts accepting a binary protocol. That would require a model update at the least, and needs an override here in the JS SDK to...