mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Add options to support non-Amazon S3 and SQS
This commit is contained in:
committed by
Dan Christian Bogos
parent
84f0338605
commit
626346e19b
@@ -58,6 +58,25 @@
|
||||
{"tag": "RequiredTemplate","type": "*template", "value": "requiredFields"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "s3_nuantix_test_file",
|
||||
"type": "*s3JSONMap",
|
||||
"export_path": "s3.eu-central-1.amazonaws.com",
|
||||
"opts": {
|
||||
"awsRegion": "eu-central-1",
|
||||
"awsKey": "access key ID",
|
||||
"awsSecret": "secret access key",
|
||||
"s3BucketID": "cgrates-cdrs",
|
||||
"s3ForcePathStyle": true,
|
||||
"s3SkipTlsVerify": true
|
||||
},
|
||||
"attempts": 1,
|
||||
"failed_posts_dir": "/var/spool/cgrates/failed_posts2",
|
||||
"synchronous": true,
|
||||
"fields":[
|
||||
{"tag": "RequiredTemplate","type": "*template", "value": "requiredFields"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "amqpv1_test_file",
|
||||
"type": "*amqpv1JSONMap",
|
||||
|
||||
Reference in New Issue
Block a user