diff options
| author | nexxeln <[email protected]> | 2026-01-09 03:13:13 +0000 |
|---|---|---|
| committer | nexxeln <[email protected]> | 2026-01-09 03:13:13 +0000 |
| commit | 48508569204893316454d87c44e63a2b5f9e2833 (patch) | |
| tree | d2c88e35e71d0c11f8f0471225a56524d1586f46 /apps/docs/docs.json | |
| parent | Document promptTemplate feature for AI SDK (#660) (diff) | |
| download | supermemory-48508569204893316454d87c44e63a2b5f9e2833.tar.xz supermemory-48508569204893316454d87c44e63a2b5f9e2833.zip | |
docs: add S3 connector documentation (#657)claude/s3-connector-docs-HmxwC
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
Diffstat (limited to 'apps/docs/docs.json')
| -rw-r--r-- | apps/docs/docs.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |