From dcf1bc5183d08de18c3b1ec94f1fed5ecaab26f6 Mon Sep 17 00:00:00 2001
From: Dorota Wojcik <dorota.wojcik@aiven.io>
Date: Wed, 13 Sep 2023 12:38:17 +0200
Subject: [PATCH] remove s3 upload from clickhouse limitations

---
 docs/products/clickhouse/reference/limitations.rst | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/docs/products/clickhouse/reference/limitations.rst b/docs/products/clickhouse/reference/limitations.rst
index db509454c1..bbdd1732ca 100644
--- a/docs/products/clickhouse/reference/limitations.rst
+++ b/docs/products/clickhouse/reference/limitations.rst
@@ -52,12 +52,6 @@ From the information about restrictions on using Aiven for ClickHouse, you can e
    * - Creating a database using SQL
      - You cannot create a database directly using SQL, for example, if you'd like to add a non-default database.
      - Use the Aiven's public API.
-   * - Loading data from S3 (coming soon)
-     - You cannot load your data from S3 into Aiven for ClickHouse directly using SQL.
-     - There are many ways to work around this limitation, for instance:
-
-       * Use `Vector <https://vector.dev/>`_.
-       * Use a local ClickHouse server and run the SELECT/INSERT query using both ``s3()`` and ``remote()`` functions to pull from S3 and push to Aiven.
 
 Limits
 ------