Skip to content

Commit 4986998

Browse files
committed
Fixing Cypress setup script@
1 parent fafee12 commit 4986998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integration/src/setupS3.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99

1010
const AWSConfig = {
1111
region: "us-east-1",
12-
endpoint: "http://localhost:4566",
12+
endpoint: "http://0.0.0.0:4566",
1313
credentials: { accessKeyId: "test", secretAccessKey: "test" },
1414
forcePathStyle: true,
1515
};

0 commit comments

Comments
 (0)