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 43d2cb2 commit 35a9819Copy full SHA for 35a9819
docs/user-guide/storage.rst
@@ -121,7 +121,7 @@ Here's an example of using ObjectStore for accessing remote data:
121
>>> from zarr.storage import ObjectStore
122
>>> from obstore.store import S3Store
123
>>>
124
- >>> s3_store = S3Store('noaa-nwm-retro-v2-zarr-pds', skip_signature=True, aws_region="us-west-2")
+ >>> s3_store = S3Store('noaa-nwm-retro-v2-zarr-pds', skip_signature=True, region="us-west-2")
125
>>> store = zarr.storage.ObjectStore(store=s3_store, read_only=True)
126
>>> group = zarr.open_group(store=store, mode='r')
127
>>> group.info
0 commit comments