gcs: use delete concurrency

This commit is contained in:
Girish Ramakrishnan
2021-02-01 14:23:15 -08:00
parent bcd04715c0
commit 282040ed1b
2 changed files with 23 additions and 23 deletions
+11 -11
View File
@@ -1,21 +1,21 @@
'use strict';
exports = module.exports = {
getBackupPath: getBackupPath,
checkPreconditions: checkPreconditions,
getBackupPath,
checkPreconditions,
upload: upload,
download: download,
copy: copy,
upload,
download,
copy,
listDir: listDir,
listDir,
remove: remove,
removeDir: removeDir,
remove,
removeDir,
testConfig: testConfig,
removePrivateFields: removePrivateFields,
injectPrivateFields: injectPrivateFields,
testConfig,
removePrivateFields,
injectPrivateFields,
// Used to mock AWS
_mockInject: mockInject,