Could someone please explain the steps needed to display a private image from an S3 bucket? The S3 connection is all working but for some reason I can't work out the right configuration to display an image.
For example, this might be a user's profile picture.
- Do I use file download or get file from the S3 bucket?
- Do I need another step after that to serve the file to the browser? Download file with output enabled?
- What is then set as the source of the image?
Thank you