ruby - Amazon AWS Images are not showing? -
i trying add images work in app. have installed amazon aws sdk gem , setup environments variables when create image tag image not showing in heroku. heres code
[![enter image description here][1]][1]
when open https://s3.amazonaws.com/skilllzy/134h.jpg in browser, get:
<error> <code>accessdenied</code> <message>access denied</message> <requestid>ca4454aaca61f45e</requestid> <hostid> 5faq4ogdrjmud9b012vbi495tizgpsrkhqh3zfzydzcv2ljluy48f/ug1kzeqv5iarlt0dy1ixg= </hostid> </error> this indicates either a) have not configured bucket static website or b) not have correct permissions on bucket allow public accesss.
please review hosting static website on amazon s3 , permissions required website access make sure have configured bucket public http access.
Comments
Post a Comment