0

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!

chourobin
  • 4,004
  • 4
  • 35
  • 48

1 Answers1

4

Found out I had to recreate the versions with the new configuration settings.

chourobin
  • 4,004
  • 4
  • 35
  • 48