Fixing UI to not require credentials be set (GCP use-case has no credentials field)

This commit is contained in:
Aleksandr Bogdanov
2017-10-31 11:40:20 +01:00
parent 9b1f8febf1
commit 2cad93dfd2
2 changed files with 2 additions and 2 deletions

View File

@@ -224,7 +224,7 @@ function copy(apiConfig, oldFilePath, newFilePath) {
iteratorCallback(null);
});
events.emit('progress', `Copying (multipart) ${relativePath}`);
events.emit('progress', `Copying ${relativePath}...`);
}
const batchSize = -1;