forked from crowemi/target-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-config.json
31 lines (31 loc) · 936 Bytes
/
sample-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"format": {
"format_type": "json",
"format_parquet": {
"validate": false
},
"format_json": {},
"format_csv": {}
},
"cloud_provider": {
"cloud_provider_type": "aws",
"aws": {
"aws_access_key_id": "test",
"aws_secret_access_key": "test",
"aws_session_token": "test",
"aws_region": "us-west-2",
"aws_profile_name": "test-profile",
"aws_bucket": "test-bucket",
"aws_endpoint_override": "http://localhost:4566"
}
},
"prefix": "path/to/output",
"stream_name_path_override": "StreamName",
"include_process_date": true,
"append_date_to_prefix": false,
"partition_name_enabled": false,
"append_date_to_prefix_grain": "day",
"append_date_to_filename": true,
"append_date_to_filename_grain": "microsecond",
"flatten_records": false
}