From e5cf6b8bc11df3c986c2d83e26455d4d6041733d Mon Sep 17 00:00:00 2001 From: sannya-singal Date: Thu, 18 Jul 2024 16:12:37 +0530 Subject: [PATCH] dms: add support for s3 source --- content/en/user-guide/aws/dms/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/user-guide/aws/dms/index.md b/content/en/user-guide/aws/dms/index.md index 62c56d28ba..87633eb64b 100644 --- a/content/en/user-guide/aws/dms/index.md +++ b/content/en/user-guide/aws/dms/index.md @@ -120,6 +120,7 @@ DMS is in a preview state on LocalStack and only supports some selected use case | MySQL (external) | Kinesis | full-load, cdc | | RDS MariaDB | Kinesis | full-load, cdc | | RDS MySQL | Kinesis | full-load, cdc | +| S3 | Kinesis | full-load, cdc | ## Resource Browser @@ -167,6 +168,7 @@ server_id=1 log_bin=mysqld-bin ``` +For S3 as a source, only the first 1000 files of a table in a bucket are considered for migration. ### Enum Values for CDC data events