Render Images from AWS

Hi, I plan to store images on an AWS Cloud Storage instance. I want my Shiny app to retrieve images from the storage by ID and render in a datatable.

Is this possible? Where can i find relevant resources?

You can look at this blog (specifically the Actually Getting a File Stored in S3 into my Shiny App section) for one way to accomplish what you want:

1 Like

This is really awesome. Thanks a lot!