@aws-sdk/client-s3 3.955.0 → 3.956.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.
- package/dist-cjs/index.js +105 -104
- package/dist-es/schemas/schemas_0.js +105 -104
- package/dist-types/schemas/schemas_0.d.ts +4 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -3
- package/package.json +49 -49
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
2
2
|
export declare var AbacStatus$: StaticStructureSchema;
|
|
3
3
|
export declare var AbortIncompleteMultipartUpload$: StaticStructureSchema;
|
|
4
4
|
export declare var AbortMultipartUploadOutput$: StaticStructureSchema;
|
|
@@ -340,9 +340,9 @@ export declare var VersioningConfiguration$: StaticStructureSchema;
|
|
|
340
340
|
export declare var WebsiteConfiguration$: StaticStructureSchema;
|
|
341
341
|
export declare var WriteGetObjectResponseRequest$: StaticStructureSchema;
|
|
342
342
|
export declare var S3ServiceException$: StaticErrorSchema;
|
|
343
|
-
export declare var AnalyticsFilter$:
|
|
344
|
-
export declare var MetricsFilter$:
|
|
345
|
-
export declare var SelectObjectContentEventStream$:
|
|
343
|
+
export declare var AnalyticsFilter$: StaticUnionSchema;
|
|
344
|
+
export declare var MetricsFilter$: StaticUnionSchema;
|
|
345
|
+
export declare var SelectObjectContentEventStream$: StaticUnionSchema;
|
|
346
346
|
export declare var AbortMultipartUpload$: StaticOperationSchema;
|
|
347
347
|
export declare var CompleteMultipartUpload$: StaticOperationSchema;
|
|
348
348
|
export declare var CopyObject$: StaticOperationSchema;
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
StaticErrorSchema,
|
|
3
3
|
StaticOperationSchema,
|
|
4
4
|
StaticStructureSchema,
|
|
5
|
+
StaticUnionSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
7
|
export declare var AbacStatus$: StaticStructureSchema;
|
|
7
8
|
export declare var AbortIncompleteMultipartUpload$: StaticStructureSchema;
|
|
@@ -344,9 +345,9 @@ export declare var VersioningConfiguration$: StaticStructureSchema;
|
|
|
344
345
|
export declare var WebsiteConfiguration$: StaticStructureSchema;
|
|
345
346
|
export declare var WriteGetObjectResponseRequest$: StaticStructureSchema;
|
|
346
347
|
export declare var S3ServiceException$: StaticErrorSchema;
|
|
347
|
-
export declare var AnalyticsFilter$:
|
|
348
|
-
export declare var MetricsFilter$:
|
|
349
|
-
export declare var SelectObjectContentEventStream$:
|
|
348
|
+
export declare var AnalyticsFilter$: StaticUnionSchema;
|
|
349
|
+
export declare var MetricsFilter$: StaticUnionSchema;
|
|
350
|
+
export declare var SelectObjectContentEventStream$: StaticUnionSchema;
|
|
350
351
|
export declare var AbortMultipartUpload$: StaticOperationSchema;
|
|
351
352
|
export declare var CompleteMultipartUpload$: StaticOperationSchema;
|
|
352
353
|
export declare var CopyObject$: StaticOperationSchema;
|
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.956.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -30,61 +30,61 @@
|
|
|
30
30
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
31
31
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
32
32
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
33
|
-
"@aws-sdk/core": "3.
|
|
34
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
35
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
36
|
-
"@aws-sdk/middleware-expect-continue": "3.
|
|
37
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
38
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
39
|
-
"@aws-sdk/middleware-location-constraint": "3.
|
|
40
|
-
"@aws-sdk/middleware-logger": "3.
|
|
41
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
42
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
43
|
-
"@aws-sdk/middleware-ssec": "3.
|
|
44
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
45
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
46
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
47
|
-
"@aws-sdk/types": "3.
|
|
48
|
-
"@aws-sdk/util-endpoints": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
51
|
-
"@smithy/config-resolver": "^4.4.
|
|
52
|
-
"@smithy/core": "^3.
|
|
53
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
54
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
55
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
56
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
57
|
-
"@smithy/hash-blob-browser": "^4.2.
|
|
58
|
-
"@smithy/hash-node": "^4.2.
|
|
59
|
-
"@smithy/hash-stream-node": "^4.2.
|
|
60
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
61
|
-
"@smithy/md5-js": "^4.2.
|
|
62
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
63
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
64
|
-
"@smithy/middleware-retry": "^4.4.
|
|
65
|
-
"@smithy/middleware-serde": "^4.2.
|
|
66
|
-
"@smithy/middleware-stack": "^4.2.
|
|
67
|
-
"@smithy/node-config-provider": "^4.3.
|
|
68
|
-
"@smithy/node-http-handler": "^4.4.
|
|
69
|
-
"@smithy/protocol-http": "^5.3.
|
|
70
|
-
"@smithy/smithy-client": "^4.10.
|
|
71
|
-
"@smithy/types": "^4.
|
|
72
|
-
"@smithy/url-parser": "^4.2.
|
|
33
|
+
"@aws-sdk/core": "3.956.0",
|
|
34
|
+
"@aws-sdk/credential-provider-node": "3.956.0",
|
|
35
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.956.0",
|
|
36
|
+
"@aws-sdk/middleware-expect-continue": "3.956.0",
|
|
37
|
+
"@aws-sdk/middleware-flexible-checksums": "3.956.0",
|
|
38
|
+
"@aws-sdk/middleware-host-header": "3.956.0",
|
|
39
|
+
"@aws-sdk/middleware-location-constraint": "3.956.0",
|
|
40
|
+
"@aws-sdk/middleware-logger": "3.956.0",
|
|
41
|
+
"@aws-sdk/middleware-recursion-detection": "3.956.0",
|
|
42
|
+
"@aws-sdk/middleware-sdk-s3": "3.956.0",
|
|
43
|
+
"@aws-sdk/middleware-ssec": "3.956.0",
|
|
44
|
+
"@aws-sdk/middleware-user-agent": "3.956.0",
|
|
45
|
+
"@aws-sdk/region-config-resolver": "3.956.0",
|
|
46
|
+
"@aws-sdk/signature-v4-multi-region": "3.956.0",
|
|
47
|
+
"@aws-sdk/types": "3.956.0",
|
|
48
|
+
"@aws-sdk/util-endpoints": "3.956.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.956.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.956.0",
|
|
51
|
+
"@smithy/config-resolver": "^4.4.5",
|
|
52
|
+
"@smithy/core": "^3.20.0",
|
|
53
|
+
"@smithy/eventstream-serde-browser": "^4.2.7",
|
|
54
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.7",
|
|
55
|
+
"@smithy/eventstream-serde-node": "^4.2.7",
|
|
56
|
+
"@smithy/fetch-http-handler": "^5.3.8",
|
|
57
|
+
"@smithy/hash-blob-browser": "^4.2.8",
|
|
58
|
+
"@smithy/hash-node": "^4.2.7",
|
|
59
|
+
"@smithy/hash-stream-node": "^4.2.7",
|
|
60
|
+
"@smithy/invalid-dependency": "^4.2.7",
|
|
61
|
+
"@smithy/md5-js": "^4.2.7",
|
|
62
|
+
"@smithy/middleware-content-length": "^4.2.7",
|
|
63
|
+
"@smithy/middleware-endpoint": "^4.4.1",
|
|
64
|
+
"@smithy/middleware-retry": "^4.4.17",
|
|
65
|
+
"@smithy/middleware-serde": "^4.2.8",
|
|
66
|
+
"@smithy/middleware-stack": "^4.2.7",
|
|
67
|
+
"@smithy/node-config-provider": "^4.3.7",
|
|
68
|
+
"@smithy/node-http-handler": "^4.4.7",
|
|
69
|
+
"@smithy/protocol-http": "^5.3.7",
|
|
70
|
+
"@smithy/smithy-client": "^4.10.2",
|
|
71
|
+
"@smithy/types": "^4.11.0",
|
|
72
|
+
"@smithy/url-parser": "^4.2.7",
|
|
73
73
|
"@smithy/util-base64": "^4.3.0",
|
|
74
74
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
75
75
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
76
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
77
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
78
|
-
"@smithy/util-endpoints": "^3.2.
|
|
79
|
-
"@smithy/util-middleware": "^4.2.
|
|
80
|
-
"@smithy/util-retry": "^4.2.
|
|
81
|
-
"@smithy/util-stream": "^4.5.
|
|
76
|
+
"@smithy/util-defaults-mode-browser": "^4.3.16",
|
|
77
|
+
"@smithy/util-defaults-mode-node": "^4.2.19",
|
|
78
|
+
"@smithy/util-endpoints": "^3.2.7",
|
|
79
|
+
"@smithy/util-middleware": "^4.2.7",
|
|
80
|
+
"@smithy/util-retry": "^4.2.7",
|
|
81
|
+
"@smithy/util-stream": "^4.5.8",
|
|
82
82
|
"@smithy/util-utf8": "^4.2.0",
|
|
83
|
-
"@smithy/util-waiter": "^4.2.
|
|
83
|
+
"@smithy/util-waiter": "^4.2.7",
|
|
84
84
|
"tslib": "^2.6.2"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
87
|
+
"@aws-sdk/signature-v4-crt": "3.956.0",
|
|
88
88
|
"@tsconfig/node18": "18.2.4",
|
|
89
89
|
"@types/node": "^18.19.69",
|
|
90
90
|
"concurrently": "7.0.0",
|