Skip to content

Commit

Permalink
test(client-s3): update S3.ispec.ts (#5343)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Oct 13, 2023
1 parent 5a816f9 commit f05d9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/client-s3/test/e2e/S3.ispec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe("@aws-sdk/client-s3", () => {

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

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

0 comments on commit f05d9c6

Please sign in to comment.