QuantStack / jupyter-drives

Jupyter Server supporting JupyterLab IDrive
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Test with an S3 compatible object storage #17

Open jtpio opened 6 months ago

jtpio commented 6 months ago

To more easily test the extension, it could be interesting to use something like:

For reference this repo uses MinIO in Docker for testing: https://github.com/danielfrg/s3contents. We could look into using a similar approach with the minio/minio:RELEASE.2021-11-09T03-21-45Z Docker image.

This would be useful for both local testing and also for the UI tests.