Download image not working for aws based url
问题 I used to have download image simply by adding a download attribute in an anchor element with image path on href attribute. <a href="https://s3.amazonaws.com/..../Producer.png" download>Download</a> Now with chrome latest update with cors(cross origin resource sharing) the images get opened in new tab. I did various research on Google including stackoverflow itself. But none of them is helping me. Is this not possilbe to download image from s3 bucket ? Also I have enables the cors from aws. <