We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c38d9 commit 2c4461dCopy full SHA for 2c4461d
src/storage.ts
@@ -40,7 +40,7 @@ export function getStorageTypeForBackupAccess(plugin: DiffZipBackupPlugin): Stor
40
} else if (plugin.settings.bucketEnabled) {
41
return StorageAccessorTypes.S3;
42
} else {
43
- return StorageAccessorTypes.NORMAL;
+ return StorageAccessorTypes.DIRECT;
44
}
45
46
export function getStorageTypeForVaultAccess(plugin: DiffZipBackupPlugin): StorageAccessorType {
0 commit comments