Skip to content

Commit e96fcd6

Browse files
committed
Better tests for new client
1 parent d640782 commit e96fcd6

File tree

2 files changed

+339
-21
lines changed

2 files changed

+339
-21
lines changed

apps/webapp/app/v3/objectStoreClient.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class AwsSdkClient implements IObjectStoreClient {
7878

7979
constructor(private readonly config: AwsSdkConfig) {
8080
this.s3Client = new S3Client({
81-
...(config.baseUrl ? { endpoint: config.baseUrl } : {}),
81+
...(config.baseUrl ? { endpoint: config.baseUrl, forcePathStyle: true } : {}),
8282
...(config.region ? { region: config.region } : {}),
8383
});
8484
}

0 commit comments

Comments
 (0)