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 6ddff4f commit df2081bCopy full SHA for df2081b
docs/user-guide/storage.md
@@ -138,7 +138,7 @@ print(group)
138
```
139
140
The type of filesystem (e.g. S3, https, etc..) is inferred from the scheme of the url (e.g. s3 for "**s3**://noaa-nwm-retro-v2-zarr-pds").
141
-In case a specific filesystem is needed, one can explicitly create it. For example to create a S3 filesystem:
+In case a specific filesystem is needed, one can explicitly create it. For example to create an S3 filesystem:
142
143
```python exec="true" session="storage" source="above" result="ansi"
144
# Note: requires s3fs to be installed
0 commit comments