This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Verify Upload by Downloading and Comparing Hashes in Parallel with Uploading #45
Labels
enhancement
New feature or request
project cancellation closure
Denotes issues closed as part of InfiniDrive project cancellation
To ensure the integrity of uploads, we should add support for downloading newly-uploaded fragments in parallel. This way, we can catch any corruption before it occurs. Our current approach for error detection and correction, while superior to earlier versions of the program, is still imperfect. This would require redownloading an entire upload in the background, which is of course slow and not ideal, but it is unfortunately the only way we can truly be sure that the Drive API has not corrupted it.
The text was updated successfully, but these errors were encountered: