I use this pdf.js https://github.com/mozilla/pdf.js/ library to render pdf files on my own site .. everything work fine but when I try to read files from my amazon s3 did not work ?
if I put the pdf file in my server it works fine (assets/books/my.pdf) but if I put it on another server did not. for example my file on amazon s3 : s3.amazonaws.com/MYBUCKET/MYBOOK.pdf
any ideas ? thanks ..