Skip to content

Commit

Permalink
dms: add support for s3 source
Browse files Browse the repository at this point in the history
  • Loading branch information
sannya-singal committed Jul 18, 2024
1 parent 7577fd9 commit e5cf6b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/user-guide/aws/dms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e5cf6b8

Please sign in to comment.