I am trying to host an API using Carrierwave/Fog to host the image. I configured
config.fog_public = true
However whenever I access the URL of the image, AWS returns an "Access Denied" error. Is it currently possible to use Fog with AWS to serve public URLs?
Thanks!
Found out I had to recreate the versions with the new configuration settings.