@aws-sdk/client-s3 3.883.0 → 3.886.0
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.
|
@@ -4103,7 +4103,7 @@ export interface RecordsEvent {
|
|
|
4103
4103
|
* <p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record
|
|
4104
4104
|
* will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might
|
|
4105
4105
|
* split the same record across multiple record frames instead of aggregating the results in memory. Some
|
|
4106
|
-
* S3 clients (for example, the
|
|
4106
|
+
* S3 clients (for example, the SDK for Java) handle this behavior by creating a
|
|
4107
4107
|
* <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior
|
|
4108
4108
|
* by default. In those cases, you must aggregate the results on the client side and parse the
|
|
4109
4109
|
* response.</p>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.886.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
31
31
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
32
32
|
"@aws-sdk/core": "3.883.0",
|
|
33
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
+
"@aws-sdk/credential-provider-node": "3.886.0",
|
|
34
34
|
"@aws-sdk/middleware-bucket-endpoint": "3.873.0",
|
|
35
35
|
"@aws-sdk/middleware-expect-continue": "3.873.0",
|
|
36
36
|
"@aws-sdk/middleware-flexible-checksums": "3.883.0",
|
|
37
37
|
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
38
38
|
"@aws-sdk/middleware-location-constraint": "3.873.0",
|
|
39
39
|
"@aws-sdk/middleware-logger": "3.876.0",
|
|
40
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
40
|
+
"@aws-sdk/middleware-recursion-detection": "3.886.0",
|
|
41
41
|
"@aws-sdk/middleware-sdk-s3": "3.883.0",
|
|
42
42
|
"@aws-sdk/middleware-ssec": "3.873.0",
|
|
43
43
|
"@aws-sdk/middleware-user-agent": "3.883.0",
|