> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sync.cdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connecting to IBM Object Storage

export const CommonAuthSchemeOauthEmbedded = ({siteName = "CData Sync", siteNameShort = "Sync", datasource = "the data source"}) => {
  return <>
      <p>
        {siteName} は、接続するための組み込みOAuth アプリケーションを提供します。アプリケーションを使用するには、<strong>Auth Scheme</strong> で<strong>OAuth</strong> を選択します。追加のプロパティは必要ありません。
      </p>
    </>;
};

export const siteName = "CData Sync";

In {siteName}, you can connect to IBM Object Storage in several ways. Select your authentication method below, then proceed to the relevant section and follow those instructions.

* [**OAuth**](#oauth)
* [**HMAC**](#hmac)

### OAuth

<CommonAuthSchemeOauthEmbedded siteName={siteName} />

After you complete this section, go to *Complete Your Connection* on the connection page to finish setting up the connection.

### HMAC

To connect with the HMAC authentication scheme, specify the following properties:

* **Auth Scheme:** Select **HMAC**.
* **Access Key:** Enter your IBM access key.
* **Secret Key:** Enter your IBM secret key.

After you complete this section, go to *Complete Your Connection* on the connection page to finish setting up the connection.
