Skip to content

Commit f05d9c6

Browse files
authored
test(client-s3): update S3.ispec.ts (#5343)
1 parent 5a816f9 commit f05d9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/client-s3/test/e2e/S3.ispec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ describe("@aws-sdk/client-s3", () => {
123123

124124
it("should succeed with valid body payload", async () => {
125125
// prepare the object.
126-
const body = createBuffer("16KB");
126+
const body = createBuffer("1MB");
127127

128128
try {
129129
await client.putObject({ Bucket, Key, Body: body });

0 commit comments

Comments
 (0)