From f19d673b738e2faaaa3117c2d9b4a024c9eca5a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20=C5=9Awi=C4=99cki?= Date: Wed, 22 Sep 2021 08:09:58 +0200 Subject: [PATCH] chore: Remove experimental S3 warning from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e0d410017..7c6207829b 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ docker run -d --net host -it --rm --name immudb codenotary/immudb:latest If you are running the Docker image without host networking, make sure to expose ports 3322 and 9497. -### Enabling S3 storage (Feature Work-in-progress. Not ready for production use) +### Enabling S3 storage immudb can store its data in the Amazon S3 service (or a compatible alternative). The following example shows how to run immudb with the S3 storage enabled: