From 8c1fc80e9e5f2719cb714753e9249492537bbd32 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 20 Feb 2024 12:22:12 +0900 Subject: [PATCH] Add bucket locator middleware to README Fixes #521. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 942b2fa..4ed04c2 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ A bucket (or a glob) cannot be assigned cannot be assigned to multiple backends. S3Proxy can modify its behavior based on middlewares: * [bucket aliasing](https://github.com/gaul/s3proxy/wiki/Middleware-alias-blobstore) +* [bucket locator](https://github.com/gaul/s3proxy/wiki/Middleware-bucket-locator) * [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)