From 48508569204893316454d87c44e63a2b5f9e2833 Mon Sep 17 00:00:00 2001 From: nexxeln <95541290+nexxeln@users.noreply.github.com> Date: Fri, 9 Jan 2026 03:13:13 +0000 Subject: docs: add S3 connector documentation (#657) Add comprehensive documentation for the S3 connector including: - Quick setup with TypeScript, Python, and cURL examples - S3-compatible services support (MinIO, DigitalOcean Spaces, R2) - Prefix filtering and dynamic container tag extraction - Connection management and sync behavior - IAM permissions and security best practices --- apps/docs/docs.json | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/docs/docs.json') diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 54a17336..5905036a 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -138,6 +138,7 @@ "connectors/notion", "connectors/google-drive", "connectors/onedrive", + "connectors/s3", "connectors/github", "connectors/web-crawler", "connectors/troubleshooting", -- cgit v1.2.3