Link to Amazon S3
Description
By creating an Amazon S3 link, you can extract files from Amazon S3. Files in CSV, JSON, and binary formats are supported.
Sample Link
{
"links": [
{
"link-config-values": {
"configs": [
{
"inputs": [
{
"name": "linkConfig.storageType",
"value": "S3"
},
{
"name": "linkConfig.accessKey",
"value": "AKIAIPRxxxxxHYWEGDWQ"
},
{
"name": "linkConfig.securityKey",
"value": "Add password here"
}
],
"name": "linkConfig"
}
]
},
"name": "thirdpartylink",
"connector-name": "thirdparty-obs-connector"
}
]
} Link Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| linkConfig.storageType | Yes | String | Storage class of an object |
| linkConfig.accessKey | Yes | String | AK for accessing the bucket of Amazon S3 |
| linkConfig.securityKey | Yes | String | SK for accessing the bucket of Amazon S3 |
Last Article: Link to CloudTable OpenTSDB
Next Article: Link to DMS Kafka
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.