From b463958b182ca8b3babcc911b140ca8be15cb0c3 Mon Sep 17 00:00:00 2001 From: Phantom-101 <63253361+Phantom-101@users.noreply.github.com> Date: Sat, 23 Aug 2025 21:39:14 +0800 Subject: [PATCH] Update README.md to include latency middleware --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9167c6..f1f666c 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ S3Proxy can modify its behavior based on middlewares: * [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) +* [latency](https://github.com/gaul/s3proxy/wiki/Middleware-latency) * [read-only](https://github.com/gaul/s3proxy/wiki/Middleware-read-only) * [regex rename blobs](https://github.com/gaul/s3proxy/wiki/Middleware-regex) * [sharded backend containers](https://github.com/gaul/s3proxy/wiki/Middleware-sharded-backend)