adp-connectors 0.1.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

adpconnectors 0.1.1

Connectors for Discovery Platform Applications
The current version supports 3 kind of API connections: AWS S3, Box, PostgreSQL.
The required secret file formats are as follows.

S3 Connector
{
"aws_access_key_id": "",
"aws_secret_access_key": ""
}



Box Connector
{
"boxAppSettings": {
"clientID": "",
"clientSecret": "",
"appAuth": {
"publicKeyID": "",
"privateKey": "",
"passphrase": ""
}
},
"enterpriseID": ""
}



Postgresql Connector
{
"host": "",
"port": 5432,
"database": "",
"user": "",
"password": ""
}

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.