Forgive me if it’s right in front of me, but is there any utility for Digital Ocean Spaces for file storage? Or do folks use EC2 instead for some good reason? Thanks!
I use Spaces for all my apps, definitely recommend it if you're deploying your app to digitalocean.
Sweet. I’m using it now. I just wanted to make sure there aren’t any Biff utils (or handy clj libs) to help with that. As opposed to interop with the AWS libs.
I’m fairly terrified of AWS in terms of billing.
there's a biff/s3-request function that works with Spaces and AWS S3: https://biffweb.com/docs/api/utilities/#s3-request
For anything fancier than that, you should be able to use any aws lib like amazonica or cognitect aws-api with digitalocean spaces since it's S3-compatible, but it might require some fiddling with the settings.
if biff/s3-request does everything you need, things should be pretty easy
Oh, nice. I’m sure that will be all I need. I’ll take a look. Thanks for grepping the docs for me. 😳
no need for grep, I've got it all indexed 🙂
awesome