Cristian Calugaru bbf54afaf5
sample data for object store service and containers (#10336)
* sample data for object store service and containers

* formatting

* linting
2023-02-25 14:43:38 -08:00

17 lines
382 B
JSON

{
"type": "s3",
"serviceName": "s3_object_store_sample",
"serviceConnection": {
"config": {
"type": "S3",
"awsConfig": {
"awsAccessKeyId": "aws_access_key_id",
"awsSecretAccessKey": "aws_secret_access_key",
"awsRegion": "awsRegion",
"endPointURL": "https://endpoint.com/"
}
}
},
"sourceConfig": {
}
}