From 8f34f2abfb53acd913534d0e7654c1c8bccb0988 Mon Sep 17 00:00:00 2001 From: Pranshu Maheshwari Date: Fri, 10 Oct 2025 11:46:34 -0400 Subject: [PATCH] Fixed documentation --- doc/user/content/serve-results/sink/s3_compatible.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/doc/user/content/serve-results/sink/s3_compatible.md b/doc/user/content/serve-results/sink/s3_compatible.md index c1541c285f8af..71859f0e30a76 100644 --- a/doc/user/content/serve-results/sink/s3_compatible.md +++ b/doc/user/content/serve-results/sink/s3_compatible.md @@ -39,15 +39,9 @@ Cloud Storage, or Cloudflare R2. ); ``` -1. Validate the connection you created using the - [`VALIDATE CONNECTION`](/sql/validate-connection) command. - - ```mzsql - VALIDATE CONNECTION bucket_connection; - ``` - - If no validation error is returned, you're ready to use this connection to - run a bulk export from Materialize to your target bucket. +{{< warning >}} + `VALIDATE CONNECTION` only works for AWS S3 connections. Using `VALIDATE CONNECTION` to test a connection to S3 compatible object storage service will result in an error. However, you can still use the connection to copy data. +{{< /warning >}} ## Step 2. Run a bulk export