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 2edfef9 commit c14eea3Copy full SHA for c14eea3
supplemental-docs/CLIENTS.md
@@ -281,7 +281,7 @@ your SDK Client, there are two things to check:
281
1. Ensure that the number value of `maxSockets` is high enough for your
282
throughput needs.
283
2. Because `keepAlive` is defaulted to `true`, if you acquire a streaming response,
284
- such as `S3::getObject`'s `Body` field. You must read the stream to completion
+ such as `S3::getObject`'s `Body` field, you must read the stream to completion
285
in order for the socket to close naturally. You can also destroy the stream in Node.js with
286
e.g. `(await s3.getObject(...)).Body.destroy()` if it is a Node.js Readable stream.
287
Specifically in the case of S3, if you don't need the object body,
0 commit comments