yeah set synth

This commit is contained in:
fyears 2024-04-27 02:22:18 +08:00
parent acc33bfcee
commit f5434deab1
1 changed files with 1 additions and 0 deletions

View File

@ -377,6 +377,7 @@ const fromS3HeadObjectToEntity = (
sizeRaw: x.ContentLength,
size: x.ContentLength,
etag: x.ETag,
synthesizedFolder: false,
} as Entity;
};