HDFGroup/hsds

Allow hdf5:// prefix in domain names

Closed this issue · 1 comments

The hdf5:// prefix has been used to disambiguate posix and HSDS domain names in h5pyd (the logic handled on the h5pyd side).

E.g. hdf5://home/myfolder/myfile.h5 vs /home/myfolder/myfile.h5.

Allow names with hdf5:// prefix to be used directly in the REST API - either as a domain param or external link target.

This is fixed in 0.8.2