mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 19:41:10 +10:00
fix: added env variable for support for forcepathstyle on s3 (#181)
This commit is contained in:
@ -48,6 +48,7 @@ export const storageDriverConfigProvider = {
|
||||
endpoint: environmentService.getAwsS3Endpoint(),
|
||||
bucket: environmentService.getAwsS3Bucket(),
|
||||
baseUrl: environmentService.getAwsS3Url(),
|
||||
forcePathStyle: environmentService.getAwsS3ForcePathStyle(),
|
||||
credentials: undefined,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user