Ok, here is the situation. I have a website where a user can create a news feed story. That story sends off a request to a service that takes a picture and saves it to S3. Before the picture is saved to S3, the user sees their news feed story get created with a broken image link.
Is it possible to know when that image is saved to S3, then just update the UI to show the now present image without having the user refresh the page, or without constantly sending requests to check if the image is available?