Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • K KIO GDrive
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • NetworkNetwork
  • KIO GDrive
  • Merge requests
  • !10

Use FileResumableCreateJob and FileResumableModifyJob for file uploads.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open David Barchiesi requested to merge barchiesi/kio-gdrive:use_resumable_upload into master Sep 03, 2020
  • Overview 8
  • Commits 1
  • Pipelines 0
  • Changes 2

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 Sep 08, 2020 by David Barchiesi
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: use_resumable_upload