From c6335434d26bdd3b6c4a0f1596bf7a9cb93d3e1c Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 23 Apr 2015 16:32:55 -0700 Subject: [PATCH] Comment on custom middlewares --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a9920bb..657b923 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ to access other object stores, e.g., EMC Atmos, Google Cloud Storage, Microsoft Azure, OpenStack Swift. It also allows local testing of S3 without the cost or latency associated with using AWS. +Finally users can extend S3Proxy with custom middlewares, e.g., caching, +encryption, tiering. Features --------