Report this

What is the reason for this report?

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:

  1. 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/

  2. 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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.