allow skipping empty file in onedrive

This commit is contained in:
fyears
2024-05-18 12:03:53 +08:00
parent a48440e60b
commit 9d8e2af7b9
7 changed files with 55 additions and 7 deletions
+2
View File
@@ -89,6 +89,7 @@ export interface OnedriveConfig {
username: string;
credentialsShouldBeDeletedAtTime?: number;
remoteBaseDir?: string;
emptyFile: "skip" | "error";
}
export interface WebdisConfig {
@@ -230,6 +231,7 @@ export interface Entity {
hash?: string;
etag?: string;
synthesizedFolder?: boolean;
synthesizedFile?: boolean;
}
export interface UploadedType {