Fixing UI to not require credentials be set (GCP use-case has no credentials field)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user