@aws-sdk/client-s3 3.994.0 → 3.996.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 +10 -10
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.994.0",
4
+ "version": "3.996.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,24 +30,24 @@
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",
33
+ "@aws-sdk/core": "^3.973.12",
34
+ "@aws-sdk/credential-provider-node": "^3.972.11",
35
35
  "@aws-sdk/middleware-bucket-endpoint": "^3.972.3",
36
36
  "@aws-sdk/middleware-expect-continue": "^3.972.3",
37
- "@aws-sdk/middleware-flexible-checksums": "^3.972.9",
37
+ "@aws-sdk/middleware-flexible-checksums": "^3.972.10",
38
38
  "@aws-sdk/middleware-host-header": "^3.972.3",
39
39
  "@aws-sdk/middleware-location-constraint": "^3.972.3",
40
40
  "@aws-sdk/middleware-logger": "^3.972.3",
41
41
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
42
- "@aws-sdk/middleware-sdk-s3": "^3.972.11",
42
+ "@aws-sdk/middleware-sdk-s3": "^3.972.12",
43
43
  "@aws-sdk/middleware-ssec": "^3.972.3",
44
- "@aws-sdk/middleware-user-agent": "^3.972.11",
44
+ "@aws-sdk/middleware-user-agent": "^3.972.12",
45
45
  "@aws-sdk/region-config-resolver": "^3.972.3",
46
- "@aws-sdk/signature-v4-multi-region": "3.994.0",
46
+ "@aws-sdk/signature-v4-multi-region": "3.996.0",
47
47
  "@aws-sdk/types": "^3.973.1",
48
- "@aws-sdk/util-endpoints": "3.994.0",
48
+ "@aws-sdk/util-endpoints": "3.996.0",
49
49
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
50
- "@aws-sdk/util-user-agent-node": "^3.972.9",
50
+ "@aws-sdk/util-user-agent-node": "^3.972.11",
51
51
  "@smithy/config-resolver": "^4.4.6",
52
52
  "@smithy/core": "^3.23.2",
53
53
  "@smithy/eventstream-serde-browser": "^4.2.8",
@@ -84,7 +84,7 @@
84
84
  "tslib": "^2.6.2"
85
85
  },
86
86
  "devDependencies": {
87
- "@aws-sdk/signature-v4-crt": "3.994.0",
87
+ "@aws-sdk/signature-v4-crt": "3.996.0",
88
88
  "@tsconfig/node20": "20.1.8",
89
89
  "@types/node": "^20.14.8",
90
90
  "concurrently": "7.0.0",