MR 10 in LibKGAPI introduces FileResumableCreateJob and FileResumableModifyJob that allows uploading files in chunks.
FileResumableCreateJob
FileResumableModifyJob
This patch makes use of the two jobs and removes the writing file contents to a temporary file, enhancing progress reporting.
Before:
After:
BUG: 410762
BUG: 391356