DOC: Show how to authenticate with fsspec
's storage_options
dict
#2995
Labels
documentation
Improvements to the documentation
help wanted
Issue could use help from someone with familiarity on the topic
Describe the issue linked to the documentation
In the Zarr storage guide there is an example showing how to connect to an S3 bucket anonymously and read data. This is great! Yet I think a lot of people experimenting with this feature on their local machines using
minio
will have problems authenticating and testing using this example. I've combed through massive amounts offsspec
documentation yet I can't find what keys are acceptable for this instorage_options
.I've tried:
along with:
I know I can get a solution working with
s3fs
:However, this is nowhere near as sleek and integrated as the Zarr docs make it seem.
Suggested fix for documentation
We're looking to avoid errors like:
TypeError: ClientSession._request() got an unexpected keyword argument 'secret'
Suggest a way we can add documentation to let users know what keys are valid in
storage_options
or where auth should otherwise be specified.The text was updated successfully, but these errors were encountered: