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 849f5a8 commit b4f899bCopy full SHA for b4f899b
docs/docs/virtual.md
@@ -27,7 +27,7 @@ First, we need to find all of the files we are interested in, we will do this wi
27
```python
28
import fsspec
29
30
-fs = fsspec.filesystem('s3')
+fs = fsspec.filesystem('s3', anon=True)
31
32
oisst_files = fs.glob('s3://noaa-cdr-sea-surface-temp-optimum-interpolation-pds/data/v2.1/avhrr/202408/oisst-avhrr-v02r01.*.nc')
33
0 commit comments