From c055dfda9f9e784f09e1c4ced097b1ac1ebb27ec Mon Sep 17 00:00:00 2001 From: Timur Alperovich Date: Sat, 11 Sep 2021 22:37:17 -0700 Subject: [PATCH] README entry for the Alias middleware --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a74de1d..e3f4716 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ See the wiki for [examples of configurations](https://github.com/gaul/s3proxy/wi S3Proxy can modify its behavior based on middlewares: +* [bucket alisting](https://github.com/gaul/s3proxy/wiki/Middleware-alias-blobstore) * [eventual consistency modeling](https://github.com/gaul/s3proxy/wiki/Middleware---eventual-consistency) * [large object mocking](https://github.com/gaul/s3proxy/wiki/Middleware-large-object-mocking) * [read-only](https://github.com/gaul/s3proxy/wiki/Middleware-read-only)