s3proxy
s3proxy copied to clipboard
JavaScript middlewares
S3Proxy middlewares presently require writing Java code and integrating them into the main S3Proxy binary during compile time. Instead S3Proxy should dynamically load scripts at run time to allow casual users to programmatically react to client requests. S3Proxy must provide some external interface to the jclouds BlobStore interface. Nashorn bundled with JDK 8 should make loading JavaScript easy.
Instead of using JavaScript, perhaps S3Proxy can load Java class files dynamically?