Skip to content

Commit dcf4e5a

Browse files
committed
Update set AWS region
1 parent 6802e6b commit dcf4e5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/lib/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class StorageClient {
1616
accessKeyId: process.env.STORAGE_ACCESS_KEY_ID || "",
1717
secretAccessKey: process.env.STORAGE_SECRET_ACCESS_KEY || "",
1818
service: "s3",
19-
region: "auto",
19+
region: "eu-west-1",
2020
});
2121
}
2222

0 commit comments

Comments
 (0)