Hello!
We are using digitalocean spaces with a public bucket for our static content. Right now we use a digitalocean urls, for example:
https://<bucket_name>.<region_name>.digitaloceanspaces.com/logo.png
How can we use our own urls + cloudflare cdn (not digitalocean cdn) to publish static content, for example via https://static.example.com/logo.png?
We try to create CNAME proxied entry in cloudflare:
static -> <bucket_name>.<region_name>.digitaloceanspaces.com
, but the content can’t be loaded. Is there any way to achieve this? (our own url + cloudflare cdn)
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.
Hey!
In most cases using the Spaces CDN with a custom domain name should be sufficient:
DigitalOcean just recently added more Spaces edge servers.
Regarding using Cloudflare along side Spaces CDN, I recently answered a similar question here:
You should be able to get this to work by following the steps here:
Let me know how it goes!
Best,
Bobby