MR 10 in LibKGAPI introduces FileResumableCreateJob
and FileResumableModifyJob
that allows uploading files in chunks.
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