Hi, I’m creating an automated system, and in my case I need to automatically enable CDN for new spaces, or be able to do it programatically in a bash. Is it currently possible in DO Spaces?
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
??SDK
Hey friend!
That’s a great question. I asked our team about it and Jonathan pointed me to this great part of our API documentation:
https://developers.digitalocean.com/documentation/v2/#create-a-new-cdn-endpoint
You should be able to make a second call, after creating the space, in which you enable the CDN. Hope that helps!
Jarland