[MXS-4618] Load data from S3 Created: 2023-05-22 Updated: 2023-07-27 Resolved: 2023-07-13 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Filter |
| Affects Version/s: | None |
| Fix Version/s: | 23.08.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Sub-Tasks: |
|
||||||||||||||||||||||||
| Sprint: | MXS-SPRINT-184, MXS-SPRINT-185, MXS-SPRINT-186 | ||||||||||||||||||||||||
| Description |
|
The goal of this is to make it easier to load data into MariaDB from S3. A filter can intercept LOAD DATA INFILE statements that start with a S3 URL and convert it into a LOAD DATA LOCAL INFILE instead. |