mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-12 03:33:40 +00:00
18 lines
395 B
JSON
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
|
||
|
}
|
||
|
}
|
||
|
}
|