Make an image dependent on a query

I have an App where I go and grab lots of data from a GraphQL API, one of the fields is a list of images that are stored in S3 (key, path, region and bucket).

I then want to display a list of these images. Without giving the images a public ACL, is there a way I can use the "S3 Resource > Generate a signed URL query" I've created in my "Image" component URL?

Hi @mikeeeeeeey, You can generate signed URLs for your images to provide temporary access without giving the images public ACLs. S3's signed URL user guide will definitely be helpful here if you have further signed URL questions and you can check out our docs to see how to generate a signed URL with Retool's S3 resource!