@aws-sdk/client-s3 3.995.0 → 3.997.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 +17 -18
- package/package.json +53 -53
package/dist-cjs/index.js
CHANGED
|
@@ -2834,18 +2834,9 @@ const RestoreRequestType = {
|
|
|
2834
2834
|
SELECT: "SELECT",
|
|
2835
2835
|
};
|
|
2836
2836
|
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
});
|
|
2841
|
-
Object.defineProperty(exports, "__Client", {
|
|
2842
|
-
enumerable: true,
|
|
2843
|
-
get: function () { return smithyClient.Client; }
|
|
2844
|
-
});
|
|
2845
|
-
Object.defineProperty(exports, "S3ServiceException", {
|
|
2846
|
-
enumerable: true,
|
|
2847
|
-
get: function () { return S3ServiceException.S3ServiceException; }
|
|
2848
|
-
});
|
|
2837
|
+
exports.$Command = smithyClient.Command;
|
|
2838
|
+
exports.__Client = smithyClient.Client;
|
|
2839
|
+
exports.S3ServiceException = S3ServiceException.S3ServiceException;
|
|
2849
2840
|
exports.AbortMultipartUploadCommand = AbortMultipartUploadCommand;
|
|
2850
2841
|
exports.AnalyticsS3ExportFileFormat = AnalyticsS3ExportFileFormat;
|
|
2851
2842
|
exports.ArchiveStatus = ArchiveStatus;
|
|
@@ -3039,15 +3030,23 @@ exports.waitUntilBucketExists = waitUntilBucketExists;
|
|
|
3039
3030
|
exports.waitUntilBucketNotExists = waitUntilBucketNotExists;
|
|
3040
3031
|
exports.waitUntilObjectExists = waitUntilObjectExists;
|
|
3041
3032
|
exports.waitUntilObjectNotExists = waitUntilObjectNotExists;
|
|
3042
|
-
Object.
|
|
3043
|
-
|
|
3033
|
+
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
3034
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
3035
|
+
Object.defineProperty(exports, '__proto__', {
|
|
3044
3036
|
enumerable: true,
|
|
3045
|
-
|
|
3037
|
+
value: schemas_0['__proto__']
|
|
3046
3038
|
});
|
|
3039
|
+
|
|
3040
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
3041
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
|
|
3047
3042
|
});
|
|
3048
|
-
Object.
|
|
3049
|
-
|
|
3043
|
+
Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
|
|
3044
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
3045
|
+
Object.defineProperty(exports, '__proto__', {
|
|
3050
3046
|
enumerable: true,
|
|
3051
|
-
|
|
3047
|
+
value: errors['__proto__']
|
|
3052
3048
|
});
|
|
3049
|
+
|
|
3050
|
+
Object.keys(errors).forEach(function (k) {
|
|
3051
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
|
|
3053
3052
|
});
|
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.997.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.973.
|
|
34
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
35
|
-
"@aws-sdk/middleware-bucket-endpoint": "^3.972.
|
|
36
|
-
"@aws-sdk/middleware-expect-continue": "^3.972.
|
|
37
|
-
"@aws-sdk/middleware-flexible-checksums": "^3.972.
|
|
38
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
39
|
-
"@aws-sdk/middleware-location-constraint": "^3.972.
|
|
40
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
41
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
42
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.
|
|
43
|
-
"@aws-sdk/middleware-ssec": "^3.972.
|
|
44
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
45
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
46
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
47
|
-
"@aws-sdk/types": "^3.973.
|
|
48
|
-
"@aws-sdk/util-endpoints": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
51
|
-
"@smithy/config-resolver": "^4.4.
|
|
52
|
-
"@smithy/core": "^3.23.
|
|
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.11.
|
|
71
|
-
"@smithy/types": "^4.12.
|
|
72
|
-
"@smithy/url-parser": "^4.2.
|
|
73
|
-
"@smithy/util-base64": "^4.3.
|
|
74
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
75
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
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.
|
|
82
|
-
"@smithy/util-utf8": "^4.2.
|
|
83
|
-
"@smithy/util-waiter": "^4.2.
|
|
33
|
+
"@aws-sdk/core": "^3.973.13",
|
|
34
|
+
"@aws-sdk/credential-provider-node": "^3.972.12",
|
|
35
|
+
"@aws-sdk/middleware-bucket-endpoint": "^3.972.4",
|
|
36
|
+
"@aws-sdk/middleware-expect-continue": "^3.972.4",
|
|
37
|
+
"@aws-sdk/middleware-flexible-checksums": "^3.972.11",
|
|
38
|
+
"@aws-sdk/middleware-host-header": "^3.972.4",
|
|
39
|
+
"@aws-sdk/middleware-location-constraint": "^3.972.4",
|
|
40
|
+
"@aws-sdk/middleware-logger": "^3.972.4",
|
|
41
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.4",
|
|
42
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.13",
|
|
43
|
+
"@aws-sdk/middleware-ssec": "^3.972.4",
|
|
44
|
+
"@aws-sdk/middleware-user-agent": "^3.972.13",
|
|
45
|
+
"@aws-sdk/region-config-resolver": "^3.972.4",
|
|
46
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.1",
|
|
47
|
+
"@aws-sdk/types": "^3.973.2",
|
|
48
|
+
"@aws-sdk/util-endpoints": "^3.996.1",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.4",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "^3.972.12",
|
|
51
|
+
"@smithy/config-resolver": "^4.4.7",
|
|
52
|
+
"@smithy/core": "^3.23.4",
|
|
53
|
+
"@smithy/eventstream-serde-browser": "^4.2.9",
|
|
54
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.9",
|
|
55
|
+
"@smithy/eventstream-serde-node": "^4.2.9",
|
|
56
|
+
"@smithy/fetch-http-handler": "^5.3.10",
|
|
57
|
+
"@smithy/hash-blob-browser": "^4.2.10",
|
|
58
|
+
"@smithy/hash-node": "^4.2.9",
|
|
59
|
+
"@smithy/hash-stream-node": "^4.2.9",
|
|
60
|
+
"@smithy/invalid-dependency": "^4.2.9",
|
|
61
|
+
"@smithy/md5-js": "^4.2.9",
|
|
62
|
+
"@smithy/middleware-content-length": "^4.2.9",
|
|
63
|
+
"@smithy/middleware-endpoint": "^4.4.18",
|
|
64
|
+
"@smithy/middleware-retry": "^4.4.35",
|
|
65
|
+
"@smithy/middleware-serde": "^4.2.10",
|
|
66
|
+
"@smithy/middleware-stack": "^4.2.9",
|
|
67
|
+
"@smithy/node-config-provider": "^4.3.9",
|
|
68
|
+
"@smithy/node-http-handler": "^4.4.11",
|
|
69
|
+
"@smithy/protocol-http": "^5.3.9",
|
|
70
|
+
"@smithy/smithy-client": "^4.11.7",
|
|
71
|
+
"@smithy/types": "^4.12.1",
|
|
72
|
+
"@smithy/url-parser": "^4.2.9",
|
|
73
|
+
"@smithy/util-base64": "^4.3.1",
|
|
74
|
+
"@smithy/util-body-length-browser": "^4.2.1",
|
|
75
|
+
"@smithy/util-body-length-node": "^4.2.2",
|
|
76
|
+
"@smithy/util-defaults-mode-browser": "^4.3.34",
|
|
77
|
+
"@smithy/util-defaults-mode-node": "^4.2.37",
|
|
78
|
+
"@smithy/util-endpoints": "^3.2.9",
|
|
79
|
+
"@smithy/util-middleware": "^4.2.9",
|
|
80
|
+
"@smithy/util-retry": "^4.2.9",
|
|
81
|
+
"@smithy/util-stream": "^4.5.14",
|
|
82
|
+
"@smithy/util-utf8": "^4.2.1",
|
|
83
|
+
"@smithy/util-waiter": "^4.2.9",
|
|
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.997.0",
|
|
88
88
|
"@tsconfig/node20": "20.1.8",
|
|
89
89
|
"@types/node": "^20.14.8",
|
|
90
90
|
"concurrently": "7.0.0",
|