fix: added env variable for support for forcepathstyle on s3 (#181)

This commit is contained in:
sidnelui-krystal
2024-08-20 20:05:59 +08:00
committed by GitHub
parent 463480ae67
commit c810d0b314
3 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,7 @@ export const storageDriverConfigProvider = {
endpoint: environmentService.getAwsS3Endpoint(),
bucket: environmentService.getAwsS3Bucket(),
baseUrl: environmentService.getAwsS3Url(),
forcePathStyle: environmentService.getAwsS3ForcePathStyle(),
credentials: undefined,
},
};