带有来自 Amazon S3 的图像的 Img 标签不起作用

Img tag with image from Amazon S3 not working

我将图像保存到我的存储桶中,并且 url 有效。 https://s3.us-east-2.amazonaws.com/aaronstestbucketpnw/Abraham-lincoln-quote-internet-hoax-fake.jpeg。我在将它添加到 img 标签时遇到问题。

<img src="url(https://s3.us-east-2.amazonaws.com/aaronstestbucketpnw/Abraham-lincoln-quote-internet-hoax-fake.jpeg)" alt="not working">

这是 jsfiddle。

https://jsfiddle.net/aaronmk2/98L9retf/

使用:

<img src="https://s3.us-east-2.amazonaws.com/aaronstestbucketpnw/Abraham-lincoln-quote-internet-hoax-fake.jpeg" alt="not working">