aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
70 stars 43 forks source link

Added support for subset copying #1395

Closed prioux closed 2 months ago

prioux commented 2 months ago

Includes a new BAC for copying with unregister at the end. Subset copying works only for two DP types, SSH and S3, and is only available through the dispatcher API.

Just read the code, point out any problem that is visible by reading it.