lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.2k stars 483 forks source link

Allow multiple blob_dir #3704

Open jessopb opened 1 year ago

jessopb commented 1 year ago

A user said he would love to host more, but it's not easy for him to move to other/external hd. This would allow users to host more content.

kodxana commented 1 year ago

Add support to S3 buckets mayby :)

shyba commented 1 year ago

first version:

for now, moving blobs: stop sdk, move, start (we check on startup already)

Handling disconnection of a blob directory might be another issue as it can already happen if the current directory is an external drive. Not sure what to do here yet