Object Storage for embedded pict-rs on from scratch install? · Issue #287 · LemmyNet/lemmy-docs

glowie@h4x0r.host to Selfhosted@lemmy.world – 17 points –
Object Storage for embedded pict-rs on from scratch install? · Issue #287 · LemmyNet/lemmy-docs
github.com
2

I did it with blob storage, ended up being much cleaner and cheaper. You'll need to toy with it a bit, but from scratch will be a lot easier than the migration I had to do. You'll easily eat up 100+GB in pictures, which on the cloud on a VM's drive that's a fair chunk of money. Object storage is pennies.

Yup Yup! I've got it uploading objects. It seems to be an issue with fetching them. The hash is either mismatched or it's not correctly trying to grab from the sled repo. So, I get a 500 error in store response. Not really sure how to fix it.