Does anyone know if there is a version of the Google Cloud Storage storage browser (console.developers.google.com/project/apps~{application name}/storage) to use during development?
There doesn't seem to be any such tool as part of the admin server that is started at localhost:8000 when dev_appserver.py is launched.
If no such tool exists, how do others develop against the local Google Cloud Storage service during development? Do they end up writing their own tools to upload files, delete files, and view the current contents of the local Google Cloud Storage running on top of the local filesystem?