Add section about middlewares linking to wiki

pull/199/merge
Andrew Gaul 2017-03-09 10:53:08 -08:00
rodzic a5692b986b
commit 3623cf09a7
1 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@ -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
-----------