BoostIO / BoostNote-Legacy

This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
Other
17.07k stars 1.47k forks source link

MinIO support #875

Open soakes opened 7 years ago

soakes commented 7 years ago

I noticed you are adding third party support soon, I think it would be a great addition if you could add mino support which is a self hosted s3 compatible bucket solution. It should fit in nicely, just supply the two keys and your up and running.

https://www.minio.io/

Currently only hack to get it working with this is to use minFS.

asmsuechan commented 7 years ago

Thank you for your suggestion. I consider it.

soakes commented 7 years ago

Thank you for considuring it.

Flexo013 commented 5 years ago

I don't see the benefit Boostnote would have from adding MinIO support.

@soakes What would be the benefits/new features that we could get here?

soakes commented 5 years ago

MinIO is just a self-hosted version of Amazon S3. If you support one, you support both (only difference is the endpoint and as long as you have support to change that, both are supported).

Most people these days use object store to handle these sort of files due to built-in security (SSL) and ease of implementation.

Anyways, it's only an idea :)

Flexo013 commented 5 years ago

Nice, thanks for the suggestion! :)