跳转至

IBM Cloud Object Storage

The IBM Cloud Object Storage connector is a Palantir-provided driver for IBM Cloud Object Storage.

To create a new IBM Cloud Object Storage source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for IBM Cloud Object Storage-specific configuration and networking. For the complete property reference, see the official IBM Cloud Object Storage driver documentation ↗.

Configuration

The properties below are mandatory or recommended.

Property Required? Description Default
ApiKey Mandatory The API Key used to identify the user to IBM Cloud.
CloudObjectStorageCRN Recommended The CRN which uniquely identifies your Cloud Object Storage instance in IBM Cloud.
InitiateOAuth Recommended Specifies the process for obtaining or refreshing the OAuth access token, which maintains user access while an authenticated, authorized user is working. GETANDREFRESH

Networking

The table below lists the domains that the source needs to be able to access in order to successfully run.

For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead; the agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.

Domain Required
iam.bluemix.net Always
resource-controller.cloud.ibm.com Always
\.cloud-object-storage.appdomain.cloud Always. Region connection property is mapped (may also be returned by IBM or part of CRN)

中文翻译

# IBM Cloud Object Storage

<!-- BEGIN GENERATED:intro -->

IBM Cloud Object Storage 连接器是 Palantir 为 IBM Cloud Object Storage 提供的[驱动程序](https://palantir.com/docs/foundry/data-integration/foundry-provided-drivers/)。

要创建新的 IBM Cloud Object Storage 数据源,请遵循 Palantir 提供驱动程序的[标准设置流程](https://palantir.com/docs/foundry/data-integration/foundry-provided-drivers/#setup),然后使用以下各节进行 IBM Cloud Object Storage 特定的配置和网络设置。有关完整的属性参考,请参阅[官方 IBM Cloud Object Storage 驱动程序文档 ↗](https://cdn.cdata.com/help/GMK/jdbc/pg_connectionj.htm)。

<!-- END GENERATED:intro -->

<!-- BEGIN GENERATED:configuration -->

## 配置

以下属性为必填或推荐项。

| 属性 | 是否必填 | 描述 | 默认值 |
|---|---|---|---|
| [`ApiKey` ↗](https://cdn.cdata.com/help/GMK/jdbc/RSBIBMCloudObjectStorage_p_ApiKey.htm) | 必填 | 用于向 IBM Cloud 标识用户的 API 密钥。 | — |
| [`CloudObjectStorageCRN` ↗](https://cdn.cdata.com/help/GMK/jdbc/RSBIBMCloudObjectStorage_p_CloudObjectStorageCRN.htm) | 推荐 | 在 IBM Cloud 中唯一标识您的 Cloud Object Storage 实例的 CRN。 | — |
| [`InitiateOAuth` ↗](https://cdn.cdata.com/help/GMK/jdbc/RSBIBMCloudObjectStorage_p_InitiateOAuth.htm) | 推荐 | 指定获取或刷新 OAuth 访问令牌的过程,该令牌用于在已认证的授权用户工作时维持其访问权限。 | `GETANDREFRESH` |

<!-- END GENERATED:configuration -->

<!-- BEGIN GENERATED:networking -->

## 网络设置

下表列出了数据源为成功运行而需要能够访问的域名。

对于每个域名,请添加相应的[出站策略](https://palantir.com/docs/foundry/administration/configure-egress/)。如果数据源部署在本地且无法从 Foundry 直接访问,请改用[代理出站策略](https://palantir.com/docs/foundry/administration/configure-egress/#agent-proxy-egress-policies);代理主机本身也必须能够访问所列出的域名。详情请参阅[使用代理作为代理](https://palantir.com/docs/foundry/data-connection/agent-proxy/)。

| 域名 | 必需条件 |
|--- |--- |
| iam.bluemix.net | 始终需要 |
| resource-controller.cloud.ibm.com | 始终需要 |
| \<Region>.cloud-object-storage.appdomain.cloud | 始终需要。区域连接属性已映射(也可能由 IBM 返回或作为 CRN 的一部分) |

<!-- END GENERATED:networking -->