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 9e9bc06 commit e31f332Copy full SHA for e31f332
docs/user-guide/storage.rst
@@ -89,7 +89,7 @@ API. ``storage_options`` can be used to configure the fsspec backend.:
89
90
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").
91
In case a specific filesystem is needed, one can explicitly create it. For example to create a S3 filesystem:
92
-
+
93
>>> import fsspec
94
>>> fs = fsspec.filesystem(
95
... 's3', anon=True, asynchronous=True,
0 commit comments