rename getRootPath to getBackupRootPath

This commit is contained in:
Girish Ramakrishnan
2022-10-02 16:26:27 +02:00
parent 9d17c6606b
commit 074e9cfd93
7 changed files with 14 additions and 14 deletions

View File

@@ -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;