Skip to content

Commit 2c4461d

Browse files
committed
## Changed
- Change StorageAccessor from `NORMAL` to `DIRECT`; for backup access
1 parent b6c38d9 commit 2c4461d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function getStorageTypeForBackupAccess(plugin: DiffZipBackupPlugin): Stor
4040
} else if (plugin.settings.bucketEnabled) {
4141
return StorageAccessorTypes.S3;
4242
} else {
43-
return StorageAccessorTypes.NORMAL;
43+
return StorageAccessorTypes.DIRECT;
4444
}
4545
}
4646
export function getStorageTypeForVaultAccess(plugin: DiffZipBackupPlugin): StorageAccessorType {

0 commit comments

Comments
 (0)