mirror of
https://github.com/docmost/docmost.git
synced 2025-11-20 16:41:10 +10:00
more work on attachments
* fix frontend env usage
This commit is contained in:
@ -45,6 +45,7 @@ export const storageDriverConfigProvider = {
|
||||
region: environmentService.getAwsS3Region(),
|
||||
endpoint: environmentService.getAwsS3Endpoint(),
|
||||
bucket: environmentService.getAwsS3Bucket(),
|
||||
baseUrl: environmentService.getAwsS3Url(),
|
||||
credentials: {
|
||||
accessKeyId: environmentService.getAwsS3AccessKeyId(),
|
||||
secretAccessKey: environmentService.getAwsS3SecretAccessKey(),
|
||||
|
||||
Reference in New Issue
Block a user