Links and custom domains
CDN link
These URLs deliver your media over CDN and support on-the-fly media optimisation like image transformations and JS/CSS minification.
{token}.filerobot.com/{folder}/{filename}
This is the recommended way to access assets from your container.
Custom domain (CNAME)
Instead of using {token}.filerobot.com
to deliver your assets, you can define and link a custom domain like media.acme.com
. For more information, see the Custom domain section.
Public link
This link allows to access the file directly from the storage container. It does not support media transformations.
store.filerobot.com/token/{folder}/{filename}
Public links do not deliver assets via CDN and using them in production is not recommended.
Was this page helpful?