feat(storage): add Azure Blob Storage driver (#2222)

This commit is contained in:
Philip Okugbe
2026-05-21 12:18:58 +01:00
committed by GitHub
parent ed0501a864
commit 4295ea09f6
9 changed files with 447 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ export class EnvironmentVariables {
MAIL_DRIVER: string;
@IsOptional()
@IsIn(['local', 's3'])
@IsIn(['local', 's3', 'azure'])
STORAGE_DRIVER: string;
@IsOptional()