I recently added photo uploading to a web application that I’m hosting on heroku. I’m using S3 for storage and it’s working great, however when other users go onto the site, they see a photo missing icon rather than the photo. On my machine however, I see the photos on the site. Any clues as to what is happening? Thanks!
I recently added photo uploading to a web application that I’m hosting on heroku.
Share
When you upload your photos to s3 you need to set their access level to public using whatever s3 lib your using.
Here’s snippet from s3 api docs:
http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadInitiate.html