ome / napari-ome-zarr

A napari plugin for zarr backed OME-NGFF images
https://www.napari-hub.org/plugins/napari-ome-zarr
BSD 3-Clause "New" or "Revised" License
27 stars 21 forks source link

Reading from private S3 bucket #64

Open jkh1 opened 2 years ago

jkh1 commented 2 years ago

Is there a way to read from a private bucket? I would expect that in such a case, I would be asked for credentials before proceeding but at the moment reading from a non-public bucket fails with ERROR 403, message='Forbidden'. Am I missing something or is it simply not implemented/possible?

sbesson commented 2 years ago

Cross-linking to https://github.com/ome/ome-zarr-py/issues/203 where a similar question was raised. From https://github.com/ome/ome-zarr-py/issues/203#issuecomment-1139740732 it looks like the configuration might be possible at the level of the underlying fsspec library