I\'m storing JSON objects in Amazon S3, and I\'d like to load that data directly from S3 from Javascript. My GET looks pretty generic:
$.ajax({
\'type\':
I was struggling with the same sort of issue. only difference is i wanted to pull a file with Ajax from my S3 and load it into a site.
After a lot of searching i ended up adding this option to my Ajax request.
Worked like a charm, as long as you have the CORSConfiguration to allow all.
hope it helps.