I'm working on Angular 6 project and i need to download an image which hosted in AWS S3 (Remotely.I tried below approach and it didn't work for me .I have the image URL
<a href=" http://localhost/projectName/uploads/3/1535352341_download.png" class="btn clss"
target="_self" download>Download</a>