@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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +17 -18
  2. 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
- Object.defineProperty(exports, "$Command", {
2838
- enumerable: true,
2839
- get: function () { return smithyClient.Command; }
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.keys(schemas_0).forEach(function (k) {
3043
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
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
- get: function () { return schemas_0[k]; }
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.keys(errors).forEach(function (k) {
3049
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
3043
+ Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
3044
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
3045
+ Object.defineProperty(exports, '__proto__', {
3050
3046
  enumerable: true,
3051
- get: function () { return errors[k]; }
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.995.0",
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.11",
34
- "@aws-sdk/credential-provider-node": "^3.972.10",
35
- "@aws-sdk/middleware-bucket-endpoint": "^3.972.3",
36
- "@aws-sdk/middleware-expect-continue": "^3.972.3",
37
- "@aws-sdk/middleware-flexible-checksums": "^3.972.9",
38
- "@aws-sdk/middleware-host-header": "^3.972.3",
39
- "@aws-sdk/middleware-location-constraint": "^3.972.3",
40
- "@aws-sdk/middleware-logger": "^3.972.3",
41
- "@aws-sdk/middleware-recursion-detection": "^3.972.3",
42
- "@aws-sdk/middleware-sdk-s3": "^3.972.11",
43
- "@aws-sdk/middleware-ssec": "^3.972.3",
44
- "@aws-sdk/middleware-user-agent": "^3.972.11",
45
- "@aws-sdk/region-config-resolver": "^3.972.3",
46
- "@aws-sdk/signature-v4-multi-region": "3.995.0",
47
- "@aws-sdk/types": "^3.973.1",
48
- "@aws-sdk/util-endpoints": "3.995.0",
49
- "@aws-sdk/util-user-agent-browser": "^3.972.3",
50
- "@aws-sdk/util-user-agent-node": "^3.972.10",
51
- "@smithy/config-resolver": "^4.4.6",
52
- "@smithy/core": "^3.23.2",
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.16",
64
- "@smithy/middleware-retry": "^4.4.33",
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.10",
69
- "@smithy/protocol-http": "^5.3.8",
70
- "@smithy/smithy-client": "^4.11.5",
71
- "@smithy/types": "^4.12.0",
72
- "@smithy/url-parser": "^4.2.8",
73
- "@smithy/util-base64": "^4.3.0",
74
- "@smithy/util-body-length-browser": "^4.2.0",
75
- "@smithy/util-body-length-node": "^4.2.1",
76
- "@smithy/util-defaults-mode-browser": "^4.3.32",
77
- "@smithy/util-defaults-mode-node": "^4.2.35",
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.12",
82
- "@smithy/util-utf8": "^4.2.0",
83
- "@smithy/util-waiter": "^4.2.8",
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.995.0",
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",