scalableminds / webknossos-connect

Connect webKnossos with existing datasets (BossDB, Neuroglancer Precomputed)
GNU Affero General Public License v3.0
0 stars 0 forks source link

adds s3 support #87

Closed normanrz closed 4 years ago

normanrz commented 4 years ago

Adds support for (public) S3 datasets in neuroglancer format.

Fortunately, the URL structure is the same. See:

normanrz commented 4 years ago

Didn't test it earlier. Now, I did and fixed a missing dependency (for brotli encoding).

Because I couldn't get pipenv to work, I upgraded to poetry. There is still an issue with mypy not finding the dependencies. But maybe that is not so important at this point.

jstriebel commented 4 years ago

Nice, thanks a ton :+1: LGTM :shipit: