We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafee12 commit 4986998Copy full SHA for 4986998
packages/integration/src/setupS3.ts
@@ -9,7 +9,7 @@ import {
9
10
const AWSConfig = {
11
region: "us-east-1",
12
- endpoint: "http://localhost:4566",
+ endpoint: "http://0.0.0.0:4566",
13
credentials: { accessKeyId: "test", secretAccessKey: "test" },
14
forcePathStyle: true,
15
};
0 commit comments