rename flat-file to rsync

not a name I like but cannot come up with anything better

https://en.wikipedia.org/wiki/Flat_file_database

the term 'rsync format' seems to be used in a few places
This commit is contained in:
Girish Ramakrishnan
2017-09-30 14:19:17 -07:00
parent f8ac2d4628
commit a93d453963
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ function mockRestore() {
AWS = originalAWS;
}
// TODO: If we decide to use flat-file backups for CaaS, we should cache the credentials below
// TODO: If we decide to use rsync backups for CaaS, we should cache the credentials below
function getCaasCredentials(apiConfig, callback) {
assert.strictEqual(typeof apiConfig, 'object');
assert.strictEqual(typeof callback, 'function');