* We need to sort out how MakeDrive integrates with makes.org for publishing (2 separate buckets for now)
* The node/S3 proxy can use S3's API, and probably we can reuse an existing node.js module that does a bunch of this (knox?)
* Need to figure out push notifications so that S3 proxy can let local filesystem know when things are saved or changed. Probably [https://github.com/Yaffle/EventSource/ EventSource] (polyfill for [http://caniuse.com/#search=eventsource IE which doesn't support]) to do [http://dev.w3.org/html5/eventsource/ server-side events].
==Questions==