Why doesn't fsspec see files via HTTPS on this Open Storage Network bucket? #1220
-
| import fsspec
fs = fsspec.filesystem('https')
fs.ls('https://ncsa.osn.xsede.org/Pangeo')returns  But if I point my web browser at that URL, I see: I guess that's because that's not a file, but a service, right? | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
| Doh!  This is really an S3-compatible Open Storage Network Bucket, so this is the way to explore files with fsspec: | 
Beta Was this translation helpful? Give feedback.
-
| To answer the original question, in case people are interested: the http implementation does  | 
Beta Was this translation helpful? Give feedback.


Doh! This is really an S3-compatible Open Storage Network Bucket, so this is the way to explore files with fsspec: