zarr-python
zarr-python copied to clipboard
should the default path for the `FsspecStore` be `"/"` or `""`
The default path for FsspecStore is currently "/". I feel like this is less correct than the empty string "", and I suspect the leading "/" is removed internally by many of our path normalization routines.