From 3623cf09a788ae534f04d574220bb41ace75610c Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 9 Mar 2017 10:53:08 -0800 Subject: [PATCH] Add section about middlewares linking to wiki --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08384b3..c5cec96 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ and *proxies* requests, enabling several use cases: * translation from S3 to Backblaze B2, Google Cloud, Microsoft Azure, or OpenStack Swift * testing without Amazon by using the local filesystem -* extension via middlewares, e.g., eventual consistency simulation +* extension via middlewares * embedding into Java applications Usage with Docker @@ -85,6 +85,14 @@ Supported storage backends See the wiki for [examples of configurations](https://github.com/andrewgaul/s3proxy/wiki/Storage-backend-examples). +Middlewares +----------- + +S3Proxy can modify its behavior based on middlewares: + +* [eventual consistency modeling](https://github.com/andrewgaul/s3proxy/wiki/Middleware---eventual-consistency) +* [large object mocking](https://github.com/andrewgaul/s3proxy/wiki/Middleware-large-object-mocking) + Limitations -----------