I’m using a CMS (Directus) to automatically upload files (test images, in this case) to DO Spaces, and set them to be publicly viewable etc. Now I’m trying to see if I can access the files through the auto-generated CDN endpoint (found through the DO Spaces web UI) and I cannot.
Here is an example of the return text I get when I try: NoSuchKey[my spaces bucket name][numbers letters and dashes]
I enabled the CDN in the bucket’s settings, and I can access the non-CDN endpoint. I can also access the CDN endpoint for the entire bucket, but cannot access the CDN endpoints for the test images I have uploaded. I also set the CDN TTL to one minute and have been waiting for longer than that just tinkering around 😂 wondering if I’m missing anything? 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.
Edit: If I rename the file, I can suddenly get it through the CDN… But I’d prefer not to have to do that! If I can help it