expose getBackupCredentials from storage api

This commit is contained in:
Girish Ramakrishnan
2016-04-10 10:55:59 -07:00
parent 60cc4c988f
commit 08b5d7003d
2 changed files with 5 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ exports = module.exports = {
copyObject: copyObject,
getBackupCredentials: getBackupCredentials,
getAllPaged: getAllPaged
};

View File

@@ -5,7 +5,9 @@ exports = module.exports = {
getRestoreUrl: getRestoreUrl,
copyObject: copyObject,
getAllPaged: getAllPaged
getAllPaged: getAllPaged,
getBackupCredentials: getBackupCredentials
};
var assert = require('assert'),