Currently I am working with pdfjs. I have added fabric.js to do annotations on pdf file.
Annotations saved in a .json
file in Json format. Previously it was coming from AWS Dynamo DB but due to high volume of data now we want to move on AWS S3 bucket.I already integrated AWS library in Codeigniter.
Now how to load json file from S3 directly in fabric.js framework?