UBERF-7286: Backup retry (#5830)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-06-15 22:41:52 +07:00
committed by GitHub
parent 11904d4138
commit e44a8a4f72
3 changed files with 58 additions and 21 deletions
+1 -1
View File
@@ -862,7 +862,7 @@ export function devTool (
productId
})
const buffer = readFileSync(local)
await blobClient.upload(remote, buffer.length, contentType, buffer)
await blobClient.upload(toolCtx, remote, buffer.length, contentType, buffer)
})
})