Skip to content

add pause and resume to siac renter upload

Thomas Bennett requested to merge tbenz9/Sia:add_uploads_pause into master

MERGE REQUEST

Overview

This adds 2 new commands. siac renter upload pause [duration] and siac renter upload resume.

Example for Visual Changes (ie Screenshot, asciinema)

Screenshot_from_2020-03-18_13-09-56

Checklist

Review and complete the checklist to ensure that the MR is complete before assigned to an approver.

  • All new methods, or updating methods have clear docstrings
  • Testing added or updated for new methods
  • Any new packages are added to Makefile and .gitlab-ci.yml
  • API documentation updated for API updates
  • Module README.md updated for changes to work flow
  • Issue added to Sia-UI repo for new supporting features
  • Changelog File Created

Issues Closed

Every new API endpoint that is added should have a matching issue created to get the endpoint added to siac. Pass that on to the team please.

Edited by Thomas Bennett

Merge request reports