Add options to support non-Amazon S3 and SQS

This commit is contained in:
arberkatellari
2026-01-28 17:41:38 +02:00
committed by Dan Christian Bogos
parent 84f0338605
commit 626346e19b
8 changed files with 323 additions and 19 deletions

View File

@@ -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",