Storage Configuration
Overview
Types
1. StorageProvider
StorageProviderexport type StorageProvider = 'LOCAL' | 'S3' | 'MINIO';2. LocalStorageConfig
LocalStorageConfigexport type LocalStorageConfig = {
provider: 'LOCAL';
uploadDir: string;
baseUrl: string;
};3. S3StorageConfig
S3StorageConfig4. MinioStorageConfig
MinioStorageConfig5. StorageConfig
StorageConfigInterfaces
1. AsyncStorageManagerModuleFactoryOptions
AsyncStorageManagerModuleFactoryOptionsLast updated