Calculate the backup checksum for client side verification

Fixes #54
This commit is contained in:
Johannes Zellner
2016-10-10 18:11:23 +02:00
parent 734506eb41
commit f576f38e4c
3 changed files with 12 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ function getRestoreUrl(apiConfig, filename, callback) {
assert.strictEqual(typeof filename, 'string');
assert.strictEqual(typeof callback, 'function');
// Result: { url: <restoreUrl> }
// Result: { url: <restoreUrl>, sha1: <optional> }
// The resulting url must work with curl as it is passed into start.sh and restoreapp.sh
callback(new Error('not implemented'));