@aws-sdk/s3-request-presigner 3.997.0 → 3.999.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Client, Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer, RequestPresigningArguments } from "@smithy/types";
|
|
1
|
+
import type { Client, Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer, RequestPresigningArguments } from "@smithy/types";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { SignatureV4MultiRegionInit } from "@aws-sdk/signature-v4-multi-region";
|
|
2
|
-
import { AwsCredentialIdentity, RequestPresigner, RequestPresigningArguments } from "@smithy/types";
|
|
3
|
-
import { HttpRequest as IHttpRequest } from "@smithy/types";
|
|
1
|
+
import type { SignatureV4MultiRegionInit } from "@aws-sdk/signature-v4-multi-region";
|
|
2
|
+
import type { AwsCredentialIdentity, RequestPresigner, RequestPresigningArguments } from "@smithy/types";
|
|
3
|
+
import type { HttpRequest as IHttpRequest } from "@smithy/types";
|
|
4
4
|
type PartialBy<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
|
|
5
5
|
export type S3RequestPresignerOptions = PartialBy<SignatureV4MultiRegionInit, "service" | "uriEscapePath"> & {
|
|
6
6
|
signingName?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/s3-request-presigner",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.999.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline s3-request-presigner",
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
27
|
-
"@aws-sdk/types": "^3.973.
|
|
28
|
-
"@aws-sdk/util-format-url": "^3.972.
|
|
29
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
30
|
-
"@smithy/protocol-http": "^5.3.
|
|
31
|
-
"@smithy/smithy-client": "^4.
|
|
32
|
-
"@smithy/types": "^4.
|
|
26
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.3",
|
|
27
|
+
"@aws-sdk/types": "^3.973.4",
|
|
28
|
+
"@aws-sdk/util-format-url": "^3.972.6",
|
|
29
|
+
"@smithy/middleware-endpoint": "^4.4.20",
|
|
30
|
+
"@smithy/protocol-http": "^5.3.10",
|
|
31
|
+
"@smithy/smithy-client": "^4.12.0",
|
|
32
|
+
"@smithy/types": "^4.13.0",
|
|
33
33
|
"tslib": "^2.6.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@aws-sdk/client-s3": "3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
36
|
+
"@aws-sdk/client-s3": "3.999.0",
|
|
37
|
+
"@smithy/hash-node": "^4.2.10",
|
|
38
38
|
"@tsconfig/recommended": "1.0.1",
|
|
39
39
|
"@types/node": "^20.14.8",
|
|
40
40
|
"concurrently": "7.0.0",
|