rename getSignedDownloadUrl to getRestoreUrl

This commit is contained in:
Girish Ramakrishnan
2016-04-04 11:43:56 -07:00
parent 496f530b9f
commit 3135783fe3
3 changed files with 5 additions and 5 deletions

View File

@@ -156,7 +156,7 @@ function getRestoreUrl(backupId, callback) {
settings.getBackupConfig(function (error, backupConfig) {
if (error) return callback(new BackupsError(BackupsError.INTERNAL_ERROR, error));
api(backupConfig.provider).getSignedDownloadUrl(backupConfig, backupId, function (error, result) {
api(backupConfig.provider).getRestoreUrl(backupConfig, backupId, function (error, result) {
if (error) return callback(error);
var obj = {