Rendering s3 image in list view

Hey @khatanaashish! If the image url isn't public then you would need to use a signed url to get the image. You can generate a signed url for a GET request to the image and then use that url instead of the public one.

2 Likes