s3proxy icon indicating copy to clipboard operation
s3proxy copied to clipboard

JavaScript middlewares

Open gaul opened this issue 8 years ago • 1 comments

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.

gaul avatar Jan 14 '17 01:01 gaul

Instead of using JavaScript, perhaps S3Proxy can load Java class files dynamically?

gaul avatar Jul 06 '17 23:07 gaul