Feature #20029
Updated by Peter Amstutz almost 2 years ago
Support code for Workbench collection operations using the replace_files API (See: https://doc.arvados.org/v2.5/api/methods/collections.html#replace_files).
This should be part of the collection service class in wb2.
* Batch delete a list of files
* Batch copy list of files or directories from a collection to a new path in same or other collection
* Batch move list of files or directories from a collection to a new path in same or other collection
* Create new empty placeholder directory
* Write unit tests