Default to a RemoteStore for (some) string StoreLike
#2195
Labels
bug
Potential issues with the zarr-python library
StoreLike
#2195
Zarr version
v3
Numcodecs version
n/a
Python Version
n/a
Operating System
n/a
Installation
n/a
Description
Zarr v2 users (either direct, or indirect through libraries like xarray) probably relied on the ability to pass an fsspec URI to
zarr.open
and have it work with a remote file system. Is there any tolerance for trying to interpret some stringstore
arguments as an argument toRemoteStore
rather thanLocalFile
? For example:would be interpreted as
We'd also need to expose
storage_options
in all the API endpoints that create aStore
/StorePath
from user input, to allow customizing the filesystem that's created.Steps to reproduce
Additional output
No response
The text was updated successfully, but these errors were encountered: