Managing Image Access and Security in Cloud-Based Applications

I have developed an application that visualizes images based on user input. The images are currently stored on our company’s internal network, and the user input is used to generate filepaths to access these images.

If I move this application to a cloud-based storage solution and users access it there, could the images potentially leave our company’s network?

Potentially, yes. It depends on what code you write.

Assuming that the images that are visualized in the user’s browser are the same ones that are stored in your company’s, then the images would have to leave your company’s internal network.