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 43a7d6d commit 06ed41fCopy full SHA for 06ed41f
lib/lib-storage/src/lib-storage-example.integ.spec.ts renamed to lib/lib-storage/src/lib-storage.integ.spec.ts
@@ -7,7 +7,7 @@ import { Readable } from "node:stream";
7
import { describe, expect, test as it } from "vitest";
8
9
describe("lib storage integration test", () => {
10
- it("example of how to write an integration test that includes responses", async () => {
+ it("verifies CompleteMultipartUpload response is properly mapped to Upload response for large files", async () => {
11
const client = new S3({
12
region: "us-west-2",
13
credentials: {
0 commit comments