Dynamic File Serving With Embedded File System and Object Storage in Go File Serving With Embedded File System and Object Storage in Go

Introduction The references to a blog in this post are for my older blog that was built from scratch using Go. My new blog is built using Hugo and the Papermod. In my current project, this blog, I have a folder of static files embedded directly into the server’s binary. While this is nice to have, I am concerned with scaling, so I would also like to keep these static files in an object storage container like an S3 bucket. ...

August 14, 2024 · 4 min · 794 words · Tim Engle