Skip to content

Commit 08cad71

Browse files
authored
test(lib-storage): pass requestChecksumCalculation as WHEN_REQUIRED (#6800)
1 parent c1a4254 commit 08cad71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: lib/lib-storage/src/lib-storage.e2e.spec.ts

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ describe("@aws-sdk/lib-storage", () => {
2727

2828
client = new S3({
2929
region,
30+
// ToDo(JS-5678): Remove this when default checksum is supported by Upload.
31+
requestChecksumCalculation: "WHEN_REQUIRED",
3032
});
3133
});
3234

0 commit comments

Comments
 (0)