Why doesn't fsspec see files via HTTPS on this Open Storage Network bucket? #1220
Answered
by
rsignell-usgs
rsignell-usgs
asked this question in
Q&A
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? |
Answered by
rsignell-usgs
Mar 22, 2023
Replies: 2 comments
|
Doh! This is really an S3-compatible Open Storage Network Bucket, so this is the way to explore files with fsspec: |
0 replies
Answer selected by
rsignell-usgs
|
To answer the original question, in case people are interested: the http implementation does |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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