half way of encryption refactor
This commit is contained in:
@@ -88,6 +88,8 @@ export type SyncDirectionType =
|
||||
| "incremental_pull_only"
|
||||
| "incremental_push_only";
|
||||
|
||||
export type CipherMethodType = "rclone-base64" | "openssl-base64" | "unknown";
|
||||
|
||||
export interface RemotelySavePluginSettings {
|
||||
s3: S3Config;
|
||||
webdav: WebdavConfig;
|
||||
@@ -119,6 +121,8 @@ export interface RemotelySavePluginSettings {
|
||||
|
||||
enableMobileStatusBar?: boolean;
|
||||
|
||||
encryptionMethod?: CipherMethodType;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user