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
+2 -2
View File
@@ -11,7 +11,7 @@
// for the other API calls we leave it to the backend to retry. this allows
// them to tune the concurrency based on failures/rate limits accordingly
exports = module.exports = {
getRootPath,
getBackupRootPath,
checkBackupPreconditions,
upload,
@@ -47,7 +47,7 @@ function injectPrivateFields(newConfig, currentConfig) {
// in-place injection of tokens and api keys which came in with constants.SECRET_PLACEHOLDER
}
function getRootPath(apiConfig) {
function getBackupRootPath(apiConfig) {
assert.strictEqual(typeof apiConfig, 'object');
// Result: path at the backup storage