Skip to content

Commit

Permalink
test(lib-storage): pass requestChecksumCalculation as WHEN_REQUIRED (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Jan 15, 2025
1 parent c1a4254 commit 08cad71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/lib-storage/src/lib-storage.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ describe("@aws-sdk/lib-storage", () => {

client = new S3({
region,
// ToDo(JS-5678): Remove this when default checksum is supported by Upload.
requestChecksumCalculation: "WHEN_REQUIRED",
});
});

Expand Down

0 comments on commit 08cad71

Please sign in to comment.