@aws-sdk/middleware-sdk-s3 3.495.0 → 3.496.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 CHANGED
@@ -468,6 +468,7 @@ var getValidateBucketNamePlugin = /* @__PURE__ */ __name((unused) => ({
468
468
  }
469
469
  }), "getValidateBucketNamePlugin");
470
470
  // Annotate the CommonJS export names for ESM import in node:
471
+
471
472
  0 && (module.exports = {
472
473
  NODE_DISABLE_S3_EXPRESS_SESSION_AUTH_OPTIONS,
473
474
  S3ExpressIdentityCache,
@@ -493,3 +494,4 @@ var getValidateBucketNamePlugin = /* @__PURE__ */ __name((unused) => ({
493
494
  validateBucketNameMiddleware,
494
495
  validateBucketNameMiddlewareOptions
495
496
  });
497
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-s3",
3
- "version": "3.495.0",
3
+ "version": "3.496.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3",
@@ -23,14 +23,14 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.495.0",
26
+ "@aws-sdk/types": "3.496.0",
27
27
  "@aws-sdk/util-arn-parser": "3.495.0",
28
- "@smithy/node-config-provider": "^2.2.0",
29
- "@smithy/protocol-http": "^3.1.0",
30
- "@smithy/signature-v4": "^2.1.0",
31
- "@smithy/smithy-client": "^2.3.0",
32
- "@smithy/types": "^2.9.0",
33
- "@smithy/util-config-provider": "^2.2.0",
28
+ "@smithy/node-config-provider": "^2.2.1",
29
+ "@smithy/protocol-http": "^3.1.1",
30
+ "@smithy/signature-v4": "^2.1.1",
31
+ "@smithy/smithy-client": "^2.3.1",
32
+ "@smithy/types": "^2.9.1",
33
+ "@smithy/util-config-provider": "^2.2.1",
34
34
  "tslib": "^2.5.0"
35
35
  },
36
36
  "devDependencies": {