Skip to content

Commit f22d3e8

Browse files
committed
test(lib-storage): remove requestChecksumCalculation override
1 parent 08cad71 commit f22d3e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/lib-storage/src/lib-storage.e2e.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ 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",
3230
});
3331
});
3432

0 commit comments

Comments
 (0)