Image is in AWS S3:
<a
  data-lightbox-anima="fade-top"
  className={`btn`}
  download={`${organizationShortId}-${programId}`}
  href={`https://t44-post-cover.s3.eu-central-1.amazonaws.com/${organizationShortId}-${programId}`}
>
  Insta
</a>
How can I make it downloadable with button / link and not opening in browser?
Checked this, found no solution: Chrome Download Attribute not working
In S3 I do not control Content-Disposition header.
