I prebuild some static content for a web app which I intent to store on GAE. It has more than 10k files thus I'd like to upload that static content to the blobstore and use http to refernce to my static content from appengine-web.xml.
The problem is that the uploaded files are being renamed to some hash key as I understood. How can I approach the solution using GAE?