Strict restore implemented

This commit is contained in:
Sankalp Kotewar 2022-11-17 18:43:51 +00:00 committed by GitHub
commit 7924423105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View file

@ -2,7 +2,8 @@ export enum Inputs {
Key = "key",
Path = "path",
RestoreKeys = "restore-keys",
UploadChunkSize = "upload-chunk-size"
UploadChunkSize = "upload-chunk-size",
StrictRestore = "strict-restore"
}
export enum Outputs {