fix(core): update

This commit is contained in:
2024-02-14 01:32:19 +01:00
parent ed1d66ee2a
commit eb5c1f40ee
6 changed files with 1614 additions and 385 deletions

View File

@@ -15,7 +15,7 @@ export interface ILevelCacheConstructorOptions {
maxDiskStorageInMB?: number;
maxS3StorageInMB?: number;
diskStoragePath?: string;
s3Config?: plugins.smartbucket.ISmartBucketConfig;
s3Config?: plugins.tsclass.storage.IS3Descriptor;
s3BucketName?: string;
forceLevel?: 'memory' | 'disk' | 's3';
expirationInMs?: number;