Serving hjr265.me From an S3-like Bucket Using a Caddy Module

from blog Blog on hjr265.me, | ↗ original
I serve hjr265.me from an S3-like bucket hosted on Linode Object Storage. I have a Caddy instance that serves some of my Hugo-built websites, including this one. I use Hugo’s deployment function and s3cmd to deploy these websites. Why Both? Hugo’s deployment function uses the blob package from the Go Cloud Development Kit. This package comes with...