I have configured ActiveStorage and it works properly.
However I need to change the final URLs returned to the users, so that they use a CDN.
Currently the final image URL is:
https://mywebsite.nyc1.digitaloceanspaces.com/...
But I need this instead:
https://mywebsite.nyc1.cdn.digitaloceanspaces.com/...
Is it possible to achieve that in Rails 6?