Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this leverages built-in rclone features to allow backends that have one logical root (e.g. `internetarchive`) to seamlessly aggregate multiple paths into a single preparation example usage: ``` RCLONE_CONFIG_IA_TYPE=internetarchive singularity storage create union --upstreams 'ia:DuckandC1951 ia:0872_Angels_Flight_05_32_34_00' --path '' ``` this creates an implicit, ephemeral remote of the `internetarchive` type called `ia` and aggregates paths specified by `--upstreams`
- Loading branch information