file attachments - WIP

This commit is contained in:
Philipinho
2024-01-08 09:56:10 +01:00
parent e594074fda
commit e1bb2632b8
27 changed files with 616 additions and 49 deletions
+1 -1
View File
@@ -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> {