google / neuroglancer

WebGL-based viewer for volumetric data
Apache License 2.0
1.03k stars 286 forks source link

path completion for non-aws s3 storage #553

Open d-v-b opened 4 months ago

d-v-b commented 4 months ago

Janelia has an internal s3-compatible object store that we are using to host some volumes. Neuroglancer can load chunks / metadata without trouble, but the path completion doesn't work. It would be great if path completion for aws s3 would generalize to s3 compatible backends. If we find the time, we might submit a PR to fix this.

jbms commented 4 months ago

To do this, we need to either indicate in the data source url that it is S3 protocol, i.e. s3+https://..., or attempt to detect if it is s3 automatically.