Looks like AWS S3/STS presigned JPG images do not render properly in iOS 16, attempted on both Safari and Chrome.
The image is invisible but shows up while you long press it. Which means the pre-signed URLs are fine.
PNGs load as expected.
Steps to reproduce:
- Upload a JPG and PNG an image to S3.
- Protect the images with an IAM policy.
- Obtain the temp credentials from STS.
- Sign the image URL with the temp credentials.
- Attempt loading both images on iOS 16 device or simulator.
- One should load while one won't.