@aws-sdk/s3-request-presigner 3.750.0 → 3.772.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
@@ -19,12 +19,12 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  S3RequestPresigner: () => S3RequestPresigner,
25
25
  getSignedUrl: () => getSignedUrl
26
26
  });
27
- module.exports = __toCommonJS(src_exports);
27
+ module.exports = __toCommonJS(index_exports);
28
28
 
29
29
  // src/getSignedUrl.ts
30
30
  var import_util_format_url = require("@aws-sdk/util-format-url");
@@ -131,7 +131,7 @@ var getSignedUrl = /* @__PURE__ */ __name(async (client, command, options = {})
131
131
  s3Presigner = new S3RequestPresigner({
132
132
  ...client.config,
133
133
  signingName: authScheme?.signingName,
134
- region: async () => region
134
+ region: /* @__PURE__ */ __name(async () => region, "region")
135
135
  });
136
136
  } else {
137
137
  s3Presigner = new S3RequestPresigner(client.config);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/s3-request-presigner",
3
- "version": "3.750.0",
3
+ "version": "3.772.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 s3-request-presigner",
@@ -22,17 +22,17 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/signature-v4-multi-region": "3.750.0",
25
+ "@aws-sdk/signature-v4-multi-region": "3.758.0",
26
26
  "@aws-sdk/types": "3.734.0",
27
27
  "@aws-sdk/util-format-url": "3.734.0",
28
- "@smithy/middleware-endpoint": "^4.0.5",
28
+ "@smithy/middleware-endpoint": "^4.0.6",
29
29
  "@smithy/protocol-http": "^5.0.1",
30
- "@smithy/smithy-client": "^4.1.5",
30
+ "@smithy/smithy-client": "^4.1.6",
31
31
  "@smithy/types": "^4.1.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@aws-sdk/client-s3": "3.750.0",
35
+ "@aws-sdk/client-s3": "3.772.0",
36
36
  "@smithy/hash-node": "^4.0.1",
37
37
  "@tsconfig/recommended": "1.0.1",
38
38
  "@types/node": "^18.19.69",