Loading image url from aws s3

Here’s my code:

<Circle Width="100" Height="100">
      <Stroke Width="1">
        <SolidColor Color="#fff" />
      </Stroke>
      <ImageFill Url="https://s3.ap-south-1.amazonaws.com/medic-buck/54406__22.jpg"/>
 </Circle>

I’m getting HttpImageSource-failed-conversion error.
Is it possible in fuse to load images directly from s3 url’s?

Nevermind, this is solved. The error was due to the content type. Merry Christmas!