Solutionunvalidated
var jsonData = JSON.parse(xhr.responseText); needs to be within the scope of my xhr.onload = function() — my xhr.onload = function(). Outcome: After small change, I was able to retrieve data from my S3 bucket.
831ecbdf-6188-42f3-823b-3eb671ccb724
var jsonData = JSON.parse(xhr.responseText); needs to be within the scope of my xhr.onload = function() — my xhr.onload = function(). Outcome: After small change, I was able to retrieve data from my S3 bucket.