17 lines
352 B
JSON
Raw Permalink Normal View History

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