We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17656ba commit 28c1222Copy full SHA for 28c1222
packages/middleware-flexible-checksums/src/constants.ts
@@ -53,7 +53,7 @@ export const DEFAULT_RESPONSE_CHECKSUM_VALIDATION = RequestChecksumCalculation.W
53
*/
54
export enum ChecksumAlgorithm {
55
/**
56
- * @deprecated Use {@link ChecksumAlgorithm.CRC32} instead.
+ * @deprecated Use {@link ChecksumAlgorithm.SHA256} instead.
57
58
MD5 = "MD5",
59
CRC32 = "CRC32",
@@ -73,7 +73,7 @@ export enum ChecksumLocation {
73
74
* @internal
75
76
-export const DEFAULT_CHECKSUM_ALGORITHM = ChecksumAlgorithm.CRC32;
+export const DEFAULT_CHECKSUM_ALGORITHM = ChecksumAlgorithm.SHA256;
77
78
79
0 commit comments