Skip to content

Commit

Permalink
Fixing Cypress setup script@
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohaker committed Nov 27, 2022
1 parent fafee12 commit 4986998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration/src/setupS3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {

const AWSConfig = {
region: "us-east-1",
endpoint: "http://localhost:4566",
endpoint: "http://0.0.0.0:4566",
credentials: { accessKeyId: "test", secretAccessKey: "test" },
forcePathStyle: true,
};
Expand Down

0 comments on commit 4986998

Please sign in to comment.