From 595a7f918c477ad975d9f7db8faeb07b78d79489 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sat, 23 Nov 2024 21:20:26 -0800 Subject: [PATCH] Clarify transient-nio2 status --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40d9eb3..636325c 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ Maven Central hosts S3Proxy artifacts and the wiki has * openstack-swift * rackspace-cloudfiles-uk and rackspace-cloudfiles-us * s3 (all implementations) -* transient (in-memory storage) -* transient-nio2 (in-memory storage, preview) +* transient (in-memory storage, deprecated) +* transient-nio2 (in-memory storage, recommended) See the wiki for [examples of configurations](https://github.com/gaul/s3proxy/wiki/Storage-backend-examples).