First, Build a site www.example.com with Google App Engine https://cloud.google.com/products/
Second, Upload a static image example.jpg to Google Cloud Storage https://cloud.google.com/products/cloud-storage aka https://developers.google.com/storage/
Is it possibe to serve the example.jpg as http://www.example.com/images/example.jpg? instead of using a subdomain such as images.example.com or cdn.example.com etc
The reason I want to do this is because I want to make it easier to move my site to a VPS when necessary.