When uploading a large file (~4GB), the upload is splitted to chunks. Each chunk (generally ~10MB) are small enough so that if there is a network error, only the chunk in error are reuploaded.
At the end of upload, a MOVE operation is done to reassemble the chunks. This operation can take a long time (~3min) and can fail . Shouldn't we make the MOVE retryable (3 time)?
When uploading a large file (~4GB), the upload is splitted to chunks. Each chunk (generally ~10MB) are small enough so that if there is a network error, only the chunk in error are reuploaded.
At the end of upload, a MOVE operation is done to reassemble the chunks. This operation can take a long time (~3min) and can fail . Shouldn't we make the MOVE retryable (3 time)?