We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e5302 commit 1c78fcdCopy full SHA for 1c78fcd
docs/examples/google_cloud.rst
@@ -14,5 +14,5 @@ This requires the ``gcsfs`` package in addition to ``zarr``.
14
path_to_array = "a/b/c"
15
16
fs = gcsfs.GCSFileSystem(project=bucket, token='anon', access='read_only')
17
- store = zarr.N5FSStore(url=bucket, fs=fs)
+ store = zarr.FSStore(url=bucket, fs=fs)
18
array = zarr.open_array(store=store, path=path_to_array)
0 commit comments