rename getRootPath to getBackupRootPath
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
exports = module.exports = {
|
||||
getRootPath,
|
||||
getBackupRootPath,
|
||||
checkBackupPreconditions,
|
||||
|
||||
upload,
|
||||
@@ -92,7 +92,7 @@ function getS3Config(apiConfig) {
|
||||
}
|
||||
|
||||
// storage api
|
||||
function getRootPath(apiConfig) {
|
||||
function getBackupRootPath(apiConfig) {
|
||||
assert.strictEqual(typeof apiConfig, 'object');
|
||||
|
||||
return apiConfig.prefix;
|
||||
|
||||
Reference in New Issue
Block a user