Fixed storage e2e test for S3

This commit is contained in:
Anton SHEPILOV
2024-11-04 14:44:23 +07:00
committed by Anton Shepilov
parent 20ef64f04f
commit 2c5cf0bb8d
4 changed files with 5 additions and 4 deletions
@@ -431,7 +431,7 @@ export class FileServiceImpl {
id: externalId,
company_id: "00000000-0000-4000-0000-000000000000",
});
const exist = await gr.platformServices.storage.exists(getFilePath(file) + "/chunk1");
const exist = await gr.platformServices.storage.exists(getFilePath(file));
if (exist) {
return { exist: true, file };
} else {