@aws-sdk/middleware-flexible-checksums 3.697.0 → 3.709.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.
|
@@ -10,6 +10,11 @@ export interface FlexibleChecksumsRequestMiddlewareConfig {
|
|
|
10
10
|
* Defines a top-level operation input member that is used to configure request checksum behavior.
|
|
11
11
|
*/
|
|
12
12
|
requestAlgorithmMember?: string;
|
|
13
|
+
/**
|
|
14
|
+
* The {@link httpHeader} value for {@link requestAlgorithmMember}, if present.
|
|
15
|
+
* {@link https://smithy.io/2.0/spec/http-bindings.html#httpheader-trait httpHeader}
|
|
16
|
+
*/
|
|
17
|
+
requestAlgorithmMemberHttpHeader?: string;
|
|
13
18
|
}
|
|
14
19
|
export declare const flexibleChecksumsMiddlewareOptions: BuildHandlerOptions;
|
|
15
20
|
/**
|
|
@@ -3,6 +3,7 @@ import { PreviouslyResolved } from "./configuration";
|
|
|
3
3
|
export interface FlexibleChecksumsRequestMiddlewareConfig {
|
|
4
4
|
requestChecksumRequired: boolean;
|
|
5
5
|
requestAlgorithmMember?: string;
|
|
6
|
+
requestAlgorithmMemberHttpHeader?: string;
|
|
6
7
|
}
|
|
7
8
|
export declare const flexibleChecksumsMiddlewareOptions: BuildHandlerOptions;
|
|
8
9
|
export declare const flexibleChecksumsMiddleware: (
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-flexible-checksums",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.709.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-flexible-checksums",
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
"@aws-crypto/crc32": "5.2.0",
|
|
37
37
|
"@aws-crypto/crc32c": "5.2.0",
|
|
38
38
|
"@aws-crypto/util": "5.2.0",
|
|
39
|
-
"@aws-sdk/core": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
39
|
+
"@aws-sdk/core": "3.709.0",
|
|
40
|
+
"@aws-sdk/types": "3.709.0",
|
|
41
41
|
"@smithy/is-array-buffer": "^3.0.0",
|
|
42
|
-
"@smithy/node-config-provider": "^3.1.
|
|
43
|
-
"@smithy/protocol-http": "^4.1.
|
|
44
|
-
"@smithy/types": "^3.7.
|
|
45
|
-
"@smithy/util-middleware": "^3.0.
|
|
46
|
-
"@smithy/util-stream": "^3.3.
|
|
42
|
+
"@smithy/node-config-provider": "^3.1.12",
|
|
43
|
+
"@smithy/protocol-http": "^4.1.8",
|
|
44
|
+
"@smithy/types": "^3.7.2",
|
|
45
|
+
"@smithy/util-middleware": "^3.0.11",
|
|
46
|
+
"@smithy/util-stream": "^3.3.2",
|
|
47
47
|
"@smithy/util-utf8": "^3.0.0",
|
|
48
48
|
"tslib": "^2.6.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@smithy/node-http-handler": "^3.3.
|
|
51
|
+
"@smithy/node-http-handler": "^3.3.2",
|
|
52
52
|
"concurrently": "7.0.0",
|
|
53
53
|
"downlevel-dts": "0.10.1",
|
|
54
54
|
"rimraf": "3.0.2",
|