allowing s3 synth folder

This commit is contained in:
fyears
2024-04-27 12:01:30 +08:00
parent a9126e5947
commit df7b6e1848
9 changed files with 116 additions and 48 deletions
+4
View File
@@ -211,6 +211,7 @@ export class FakeFsEncrypt extends FakeFs {
sizeEnc: innerEntity.size!,
sizeRaw: innerEntity.sizeRaw,
hash: undefined,
synthesizedFolder: innerEntity.synthesizedFolder,
});
this.cacheMapOrigToEnc[key] = innerEntity.keyRaw;
@@ -243,6 +244,7 @@ export class FakeFsEncrypt extends FakeFs {
sizeEnc: innerEntity.size!,
sizeRaw: innerEntity.sizeRaw,
hash: undefined,
synthesizedFolder: innerEntity.synthesizedFolder,
};
}
}
@@ -287,6 +289,7 @@ export class FakeFsEncrypt extends FakeFs {
sizeEnc: innerEntity.size!,
sizeRaw: innerEntity.sizeRaw,
hash: undefined,
synthesizedFolder: innerEntity.synthesizedFolder,
};
}
}
@@ -336,6 +339,7 @@ export class FakeFsEncrypt extends FakeFs {
sizeEnc: innerEntity.size!,
sizeRaw: innerEntity.sizeRaw,
hash: undefined,
synthesizedFolder: innerEntity.synthesizedFolder,
};
}
}