Back to blog
AI GuidesJun 14, 2026
Why the CMS Stores Asset Keys
Why CMS stores object keys instead of signed URLs, and how public readers convert them to CDN URLs.
Pajoox Lab - Experience Research

AI Guides
Why the CMS Stores Asset Keys
Cover and avatar fields store object keys instead of full URLs.
Avoid expired signed URLs
Signed URLs are useful for short-lived previews, not long-term public pages.
Keep CDN switching simple
The public read layer can map keys to stable CDN URLs by environment.
Reduce sensitive data risk
CMS tables should not contain tokens, secrets, or temporary access parameters.