blackcandy-org / blackcandy

A self hosted music streaming server
MIT License
1.24k stars 110 forks source link

Support object storage service #163

Open aidewoode opened 2 years ago

sruckh commented 1 year ago

Can you use minio or SDFS to mount S3 bucket locally and then share that with container?

aidewoode commented 1 year ago

Of course you can, but it's inefficient. Because it's need to read whole file from object storage service just for meta data. I used to add comments about this. You can read here https://github.com/blackcandy-org/black_candy/issues/7#issuecomment-1037023435