mirror of
https://github.com/supabase/supabase.git
synced 2026-05-09 18:30:12 -04:00
152d36bb17
## What kind of change does this PR introduce? Docs update ## Additional context The Smart CDN documentation lacked clarity around caching behavior for signed URLs used with private bucket assets. This update adds that missing detail. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added a Smart CDN guide section on signed URL caching at the CDN edge: each unique signed URL is a separate cache key. * Explained cache behavior: first request for a specific signed URL is a miss; subsequent identical requests are cache hits; cached responses remain until CDN cache expiry. * Clarified access-control interactions: revoking/expiring a token does not purge cached content; deleting the object invalidates cached entries (propagates within ~60s). <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: ferhat elmas <elmas.ferhat@gmail.com>