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