> 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)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dashcomb.com/dashcomb-help-center/ide/others/dtassu/cloud-storage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
