Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions doc/user/content/serve-results/sink/s3_compatible.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove the 1. from the previous ... since it's now just a 1 step process in this section.

`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

Expand Down