Andrew Sikowitz fa1164aa63
feat(ingest/s3): Support reading S3 file type (#11177)
Co-authored-by: Tamas Nemeth <treff7es@gmail.com>
2024-08-30 12:15:12 +02:00

18 lines
395 B
JSON

{
"type": "s3",
"config": {
"platform_instance": "test-platform-instance",
"env": "DEV",
"path_specs": [{
"include": "s3://my-test-bucket/folder_a/folder_aa/folder_aaa/*.*"
}],
"aws_config": {
"aws_region": "us-east-1",
"aws_access_key_id": "testing",
"aws_secret_access_key": "testing"
},
"profiling": {
"enabled": false
}
}
}