HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
126 stars 52 forks source link

Allow hdf5:// prefix in domain names #247

Closed jreadey closed 10 months ago

jreadey commented 10 months ago

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.

jreadey commented 10 months ago

This is fixed in 0.8.2