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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -