Skip to content

storage_options work in xarray but not in fsspec? confused.... #417

Closed Answered by rsignell-usgs
rsignell-usgs asked this question in Q&A
Discussion options

You must be logged in to vote

Okay, the answer here is that the syntax for providing these options to fsspec is:

fs = fsspec.filesystem('abfs', **storage_options)

not

fs = fs = fsspec.filesystem('abfs', storage_options=storage_options)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rsignell-usgs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant