Replies: 2 comments 5 replies
-
That's strange because everything with fsspec seems to work -- I tried listing and uploading a local file. import fsspec
fs = fsspec.filesystem('s3', anon=True, endpoint_url='https://usgs.osn.mghpcc.org/')
fs.ls('esip/rsignell/era5') producing
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create an icechunk repo on OSN, and when I try this:
I get back:
I'm a novice here, so guessing/hoping it's a simple user error?
Beta Was this translation helpful? Give feedback.
All reactions