mirror of
https://github.com/docmost/docmost.git
synced 2026-07-14 14:57:29 +10:00
file attachments - WIP
This commit is contained in:
@@ -18,7 +18,7 @@ export class S3Driver implements StorageDriver {
|
||||
|
||||
constructor(config: S3StorageConfig) {
|
||||
this.config = config;
|
||||
this.s3Client = new S3Client(config);
|
||||
this.s3Client = new S3Client(config as any);
|
||||
}
|
||||
|
||||
async upload(filePath: string, file: Buffer): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user