I am using AWS S3 to store my f2d, manifest and metadata files. My AWS S3 bucket is public so that I can access these file using their URL. Now I tried to load a model using myViewer.loadModel(AWS_Url, opts); , and got Bad Request error. Does anyone have any idea what I might have gone wrong?
This is the error I am getting.
Thank You,