@aws-sdk/client-s3 3.968.0 → 3.970.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 +220 -220
- package/dist-es/schemas/schemas_0.js +220 -220
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -3
- package/package.json +49 -49
|
@@ -36,7 +36,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
serviceId: string;
|
|
38
38
|
profile?: string;
|
|
39
|
-
getAwsChunkedEncodingStream: import("@smithy/types").GetAwsChunkedEncodingStream<any> | import("@smithy/
|
|
39
|
+
getAwsChunkedEncodingStream: import("@smithy/types").GetAwsChunkedEncodingStream<any> | typeof import("@smithy/util-stream").getAwsChunkedEncodingStream;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
42
|
signingEscapePath: boolean;
|
|
@@ -44,7 +44,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
44
44
|
disableHostPrefix: boolean;
|
|
45
45
|
serviceId: string;
|
|
46
46
|
profile?: string;
|
|
47
|
-
getAwsChunkedEncodingStream: import("@aws-sdk/types").GetAwsChunkedEncodingStream<any> | import("@
|
|
47
|
+
getAwsChunkedEncodingStream: import("@aws-sdk/types").GetAwsChunkedEncodingStream<any> | typeof import("@smithy/util-stream").getAwsChunkedEncodingStream;
|
|
48
48
|
logger: import("@aws-sdk/types").Logger;
|
|
49
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
50
50
|
signingEscapePath: boolean;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
30
30
|
streamHasher: import("@smithy/types").StreamHasher<import("stream").Readable> | import("@smithy/types").StreamHasher<Blob>;
|
|
31
31
|
md5: import("@smithy/types").HashConstructor;
|
|
32
32
|
sha1: import("@smithy/types").HashConstructor;
|
|
33
|
-
getAwsChunkedEncodingStream: import("@smithy/types").GetAwsChunkedEncodingStream<any> | import("@smithy/
|
|
33
|
+
getAwsChunkedEncodingStream: import("@smithy/types").GetAwsChunkedEncodingStream<any> | typeof import("@smithy/util-stream").getAwsChunkedEncodingStream;
|
|
34
34
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
35
35
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
36
36
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsRestXmlProtocol } from "@aws-sdk/core/protocols";
|
|
2
2
|
import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region";
|
|
3
|
+
import { getAwsChunkedEncodingStream } from "@smithy/util-stream";
|
|
3
4
|
import type { S3ClientConfig } from "./S3Client";
|
|
4
5
|
/**
|
|
5
6
|
* @internal
|
|
@@ -13,7 +14,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
13
14
|
logger?: import("@smithy/types").Logger;
|
|
14
15
|
}) => import("@smithy/types").EndpointV2;
|
|
15
16
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
16
|
-
getAwsChunkedEncodingStream: import("@smithy/types").GetAwsChunkedEncodingStream<any> |
|
|
17
|
+
getAwsChunkedEncodingStream: import("@smithy/types").GetAwsChunkedEncodingStream<any> | typeof getAwsChunkedEncodingStream;
|
|
17
18
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
|
|
18
19
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
19
20
|
logger: import("@smithy/types").Logger;
|
|
@@ -52,9 +52,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
52
52
|
profile?: string;
|
|
53
53
|
getAwsChunkedEncodingStream:
|
|
54
54
|
| import("@smithy/types").GetAwsChunkedEncodingStream<any>
|
|
55
|
-
| import("@smithy/
|
|
56
|
-
import("stream").Readable
|
|
57
|
-
>;
|
|
55
|
+
| typeof import("@smithy/util-stream").getAwsChunkedEncodingStream;
|
|
58
56
|
logger: import("@smithy/types").Logger;
|
|
59
57
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
60
58
|
signingEscapePath: boolean;
|
|
@@ -74,9 +74,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
74
74
|
profile?: string;
|
|
75
75
|
getAwsChunkedEncodingStream:
|
|
76
76
|
| import("@aws-sdk/types").GetAwsChunkedEncodingStream<any>
|
|
77
|
-
| import("@
|
|
78
|
-
import("stream").Readable
|
|
79
|
-
>;
|
|
77
|
+
| typeof import("@smithy/util-stream").getAwsChunkedEncodingStream;
|
|
80
78
|
logger: import("@aws-sdk/types").Logger;
|
|
81
79
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
82
80
|
signingEscapePath: boolean;
|
|
@@ -43,9 +43,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
43
43
|
sha1: import("@smithy/types").HashConstructor;
|
|
44
44
|
getAwsChunkedEncodingStream:
|
|
45
45
|
| import("@smithy/types").GetAwsChunkedEncodingStream<any>
|
|
46
|
-
| import("@smithy/
|
|
47
|
-
import("stream").Readable
|
|
48
|
-
>;
|
|
46
|
+
| typeof import("@smithy/util-stream").getAwsChunkedEncodingStream;
|
|
49
47
|
credentialDefaultProvider:
|
|
50
48
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
51
49
|
| ((
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsRestXmlProtocol } from "@aws-sdk/core/protocols";
|
|
2
2
|
import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region";
|
|
3
|
+
import { getAwsChunkedEncodingStream } from "@smithy/util-stream";
|
|
3
4
|
import { S3ClientConfig } from "./S3Client";
|
|
4
5
|
export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
5
6
|
apiVersion: string;
|
|
@@ -15,9 +16,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
15
16
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
16
17
|
getAwsChunkedEncodingStream:
|
|
17
18
|
| import("@smithy/types").GetAwsChunkedEncodingStream<any>
|
|
18
|
-
|
|
|
19
|
-
import("stream").Readable
|
|
20
|
-
>;
|
|
19
|
+
| typeof getAwsChunkedEncodingStream;
|
|
21
20
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
|
|
22
21
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
23
22
|
logger: import("@smithy/types").Logger;
|
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.970.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.20.
|
|
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.970.0",
|
|
34
|
+
"@aws-sdk/credential-provider-node": "3.970.0",
|
|
35
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.969.0",
|
|
36
|
+
"@aws-sdk/middleware-expect-continue": "3.969.0",
|
|
37
|
+
"@aws-sdk/middleware-flexible-checksums": "3.970.0",
|
|
38
|
+
"@aws-sdk/middleware-host-header": "3.969.0",
|
|
39
|
+
"@aws-sdk/middleware-location-constraint": "3.969.0",
|
|
40
|
+
"@aws-sdk/middleware-logger": "3.969.0",
|
|
41
|
+
"@aws-sdk/middleware-recursion-detection": "3.969.0",
|
|
42
|
+
"@aws-sdk/middleware-sdk-s3": "3.970.0",
|
|
43
|
+
"@aws-sdk/middleware-ssec": "3.969.0",
|
|
44
|
+
"@aws-sdk/middleware-user-agent": "3.970.0",
|
|
45
|
+
"@aws-sdk/region-config-resolver": "3.969.0",
|
|
46
|
+
"@aws-sdk/signature-v4-multi-region": "3.970.0",
|
|
47
|
+
"@aws-sdk/types": "3.969.0",
|
|
48
|
+
"@aws-sdk/util-endpoints": "3.970.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.969.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.970.0",
|
|
51
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
52
|
+
"@smithy/core": "^3.20.6",
|
|
53
|
+
"@smithy/eventstream-serde-browser": "^4.2.8",
|
|
54
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.8",
|
|
55
|
+
"@smithy/eventstream-serde-node": "^4.2.8",
|
|
56
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
57
|
+
"@smithy/hash-blob-browser": "^4.2.9",
|
|
58
|
+
"@smithy/hash-node": "^4.2.8",
|
|
59
|
+
"@smithy/hash-stream-node": "^4.2.8",
|
|
60
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
61
|
+
"@smithy/md5-js": "^4.2.8",
|
|
62
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
63
|
+
"@smithy/middleware-endpoint": "^4.4.7",
|
|
64
|
+
"@smithy/middleware-retry": "^4.4.23",
|
|
65
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
66
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
67
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
68
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
69
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
70
|
+
"@smithy/smithy-client": "^4.10.8",
|
|
71
|
+
"@smithy/types": "^4.12.0",
|
|
72
|
+
"@smithy/url-parser": "^4.2.8",
|
|
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.22",
|
|
77
|
+
"@smithy/util-defaults-mode-node": "^4.2.25",
|
|
78
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
79
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
80
|
+
"@smithy/util-retry": "^4.2.8",
|
|
81
|
+
"@smithy/util-stream": "^4.5.10",
|
|
82
82
|
"@smithy/util-utf8": "^4.2.0",
|
|
83
|
-
"@smithy/util-waiter": "^4.2.
|
|
83
|
+
"@smithy/util-waiter": "^4.2.8",
|
|
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.970.0",
|
|
88
88
|
"@tsconfig/node20": "20.1.8",
|
|
89
89
|
"@types/node": "^20.14.8",
|
|
90
90
|
"concurrently": "7.0.0",
|