Skip to content

Commit 35a9819

Browse files
authored
Update docs/user-guide/storage.rst
1 parent 43d2cb2 commit 35a9819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Here's an example of using ObjectStore for accessing remote data:
121121
>>> from zarr.storage import ObjectStore
122122
>>> from obstore.store import S3Store
123123
>>>
124-
>>> s3_store = S3Store('noaa-nwm-retro-v2-zarr-pds', skip_signature=True, aws_region="us-west-2")
124+
>>> s3_store = S3Store('noaa-nwm-retro-v2-zarr-pds', skip_signature=True, region="us-west-2")
125125
>>> store = zarr.storage.ObjectStore(store=s3_store, read_only=True)
126126
>>> group = zarr.open_group(store=store, mode='r')
127127
>>> group.info

0 commit comments

Comments
 (0)