From 20686ac874cc69a06836717c5b2ad2e72166f574 Mon Sep 17 00:00:00 2001 From: SungJin1212 Date: Thu, 7 Nov 2024 11:19:19 +0900 Subject: [PATCH] Remove openstack swift experimental (#6316) Signed-off-by: SungJin1212 --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index ebd6b865d5..bbb2ed7ae0 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -30,7 +30,7 @@ The blocks storage doesn't require a dedicated storage backend for the index. Th * [Amazon S3](https://aws.amazon.com/s3) * [Google Cloud Storage](https://cloud.google.com/storage/) * [Microsoft Azure Storage](https://azure.microsoft.com/en-us/services/storage/) -* [OpenStack Swift](https://wiki.openstack.org/wiki/Swift) (experimental) +* [OpenStack Swift](https://wiki.openstack.org/wiki/Swift) * [Local Filesystem](https://thanos.io/storage.md/#filesystem) (single node only) For more information, please check out the [Blocks storage](./blocks-storage/_index.md) documentation.