Skip to content

Use FileResumableCreateJob and FileResumableModifyJob for file uploads.

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:

Peek_2020-09-03_20-44before

After:

Peek_2020-09-03_20-45after

BUG: 410762

BUG: 391356

Edited by David Barchiesi

Merge request reports