> For the complete documentation index, see [llms.txt](https://docs.dashcomb.com/dashcomb-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dashcomb.com/dashcomb-help-center/ide/others/dtassu/cloud-storage.md).

# クラウドストレージと接続する

DashcombがサポートしているCloud Storageを利用して、新しい[Data Source](/dashcomb-help-center/ide/others/dtassu.md)としてクラウドストレージの接続を作成することができます。

現在、DashcombはAmazon S3とGoogle GCSの二種類のクラウドストレージをサポートしています。

***

## Amazon S3への接続設定

Amazon S3とはAmazon.comが提供するAWSのサービスの一つで、「Amazon Simple Storage Service」のことです。

### 準備

* Dashcomb以外のところでAmazon S3を用意します。

### 実現

<figure><img src="/files/pHCnYn9zWZh2zIdJwfa5" alt=""><figcaption></figcaption></figure>

* [Data Source接続の設定](/dashcomb-help-center/ide/others/dtassu.md)ページで「新規登録」ボタンをクリックします。
* 「Amazon S3」を選びます。
* 「データソース名」を入力します。（ステージングとプロダクションが共有）
* 「環境」は「ステージング」か「プロダクション」を選びます。
* 接続先S3の「アクセスキー」を入力します。
* 接続先S3の「シークレットキー」を入力します。
* 接続先S3の「リージョン」を入力します。
  * （例）`ap-northeast-1`
* 「接続テスト」ボタンをクリックして、「成功しました」の結果を確認します。
* 「保存」ボタンを押すと、Amazon S3への接続が作成できます。

### 参照項目

* [画像のアップロード](/dashcomb-help-center/tips-and-tricks/upload-to-s3.md)
* [画面にクラウドストレージを追加](/dashcomb-help-center/tips-and-tricks/add-a-cloud-storage.md)

***

## GCSへの接続設定 <a href="#gcs" id="gcs"></a>

GCSとはGoogle.comが提供するクラウドストレージサービスで、BigQueryまでのつなぎ部分としてデータレイクで利用されるケースも多いです。

### 準備

* Dashcomb以外のところでGCSを用意します。

### 実現

* [Data Source接続の設定](/dashcomb-help-center/ide/others/dtassu.md)ページで「新規登録」ボタンをクリックします。
* 「GCS」を選びます。
* 「データソース名」を入力します。（ステージングとプロダクションが共有）
* 「環境」は「ステージング」か「プロダクション」を選びます。
* 「サービスアカウントJSON」を入力します。
* 「接続テスト」ボタンをクリックして、「成功しました」の結果を確認します。
* 「保存」ボタンを押すと、Google GCSへの接続が作成できます。

### 参照項目

* [画面にクラウドストレージを追加](/dashcomb-help-center/tips-and-tricks/add-a-cloud-storage.md)
