Rank 1: Thread
I have enabled CDN for DO Space. And my endpoint URLs are:
Origin: https://*********.blr1.digitaloceanspaces.com
CDN: https://********.blr1.cdn.digitaloceanspaces.com
_APP_STORAGE_DEVICE=dospaces
_APP_STORAGE_DO_SPACES_ACCESS_KEY=****************************
_APP_STORAGE_DO_SPACES_SECRET=*****************************************
_APP_STORAGE_DO_SPACES_REGION=blr1
_APP_STORAGE_DO_SPACES_BUCKET=*****
Added required env vars to connect appwrite with DO space. All works fine.
My doubt is whether I have to use blr1.cdn for _APP_STORAGE_DO_SPACES_REGION to channel through CDN service..?
Kindly assist.