Can you guys check your files stored in S3 Console.... My meta data is showing the file as "application/octet-stream".
Perhaps the Great @flovilmart could add "ContentType" to the S3 upload sdk to match the ParseFile content-type? (docs)
var image = new Parse.File("photo.jpg", { base64: request.params.image }, "image/jpeg");
Can you guys check your files stored in S3 Console.... My meta data is showing the file as "application/octet-stream".
Perhaps the Great @flovilmart could add "ContentType" to the S3 upload sdk to match the ParseFile content-type? (docs)