Can you please suggest me an approach how I can transform a droplet into something that will behave like S3 ot Spaces, no CDN required. We just want to serve files from Droplet via Caddy server which will be sent to user browsers.
Like: Droplet (as S3/Spaces)->Caddy Server (another droplet)->User browser
I am avoiding Spaces for its very low limit :|
Your suggestions are highly appreciated!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I think you can:
Just simply serve static files on that droplet using some http server (i.e nginx, apache). Here’s a docs from nginx on how to serve static file https://docs.nginx.com/nginx/admin-guide/web-server/serving-static-content/
You can go the more complex way of hosting an S3 compatible object open source object storage solution like minio https://github.com/minio/minio if you want to mimic S3 / Spaces functionality (uploads, etc)
Hope that helps, thanks
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
