Updated on 2022-08-17 GMT+08:00

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