s3: add progress detail

this is a bit of a hack and we should add another way to set the progress
(maybe via backups.setProgress or via a progress callback). this is because
some methods like removeDir can be called from backuptask and from box code.
This commit is contained in:
Girish Ramakrishnan
2017-10-01 17:35:44 -07:00
parent f9973e765c
commit 0f543e6703
3 changed files with 6 additions and 8 deletions

View File

@@ -52,10 +52,6 @@ function clear(tag) {
debug('clearing %s', tag);
}
function get(tag) {
return progress[tag];
}
function getAll() {
return progress;
}