kopia lustrzana https://github.com/gaul/s3proxy
Add section about middlewares linking to wiki
rodzic
a5692b986b
commit
3623cf09a7
10
README.md
10
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
|
* translation from S3 to Backblaze B2, Google Cloud, Microsoft Azure, or OpenStack Swift
|
||||||
* testing without Amazon by using the local filesystem
|
* testing without Amazon by using the local filesystem
|
||||||
* extension via middlewares, e.g., eventual consistency simulation
|
* extension via middlewares
|
||||||
* embedding into Java applications
|
* embedding into Java applications
|
||||||
|
|
||||||
Usage with Docker
|
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).
|
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
|
Limitations
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue