Hello,
I am working on a web application that uses Python and Django. The signed URLs were implemented using boto3.client and the CDN was enabled on DigitalOcean Space, but the content isn’t served via CDN. How can I make the signed urls work with the CDN?
Thanks
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.
Hi Badoiu,
Feel free to reach https://cloud.digitalocean.com/account/security the click the “Add certificate”. After you adding a valid SSL certificate to space service, the tutorial here will follow on, https://docs.digitalocean.com/products/spaces/how-to/enable-cdn/.
Hope that helps!