From 2b9d4d05b60bd2d2db4487fc7ba4e0b73e8cf0ea Mon Sep 17 00:00:00 2001 From: SungJin1212 Date: Fri, 8 Nov 2024 02:53:41 +0900 Subject: [PATCH] Remove openstack swfit experimental in blocks storage (#6322) --- docs/blocks-storage/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blocks-storage/_index.md b/docs/blocks-storage/_index.md index 1f4c62f136..bcec5ae48b 100644 --- a/docs/blocks-storage/_index.md +++ b/docs/blocks-storage/_index.md @@ -12,7 +12,7 @@ The supported backends for the blocks storage are: * [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/tip/thanos/storage.md/#filesystem) (single node only) _Internally, some components are based on [Thanos](https://thanos.io), but no Thanos knowledge is required in order to run it._