# 画面にクラウドストレージの追加

Dashcombがサポートしているクラウドストレージを利用し、既に作成した画面に対して複数のCloud Storageを追加することが可能です。クラウドストレージを使って、画面とデータソースの連携が実現できます。

管理画面にCloud Storageを追加する際に、Amazon S3とGoogle GCSの手順はほぼ一緒ですので、纏めて説明します。

## 準備

* データソースリストにこれから使うクラウドストレージの接続を追加しておきます。
* このCloud Storageの連携先になる管理画面を作成しておきます。

## 実現

* [クエリ領域](/dashcomb-help-center/ide/query-region.md)で「クラウドストレージ」タブをクリックします。
* 「+」アイコンを押して、クラウドストレージ名を作成します。
* データソースリストから対象のCloud Storage接続先を選びます。
* 「実行前アクション」に「アクション無し」、「確認」、「承認」を選べることができます。
  * ここでは初期の「アクション無し」を選びます。
* 「アクション」に「オブジェクト」、「バケット」や「URL」などを選びます。
* 選んだアクションによって、「バケット」、「キー」、「有効期間」、「アップロードデータ」などを入力します。
* 「成功時」、「失敗時」の「アクション」や「通知」を設定します。
  * 設定方法の詳細は[アクションエディタ](/dashcomb-help-center/ide/property-region/action-editor.md)にご参考ください。
  * ここでは全て初期の「アクション無し」を選びます。
* 「保存」ボタンを押すと、この画面用のCloud Storageの作成ができました。

## 参照項目

* [クラウドストレージへの接続](/dashcomb-help-center/ide/others/dtassu/cloud-storage.md)
* [画像をS3, GCSにアップロード](/dashcomb-help-center/tips-and-tricks/upload-to-s3.md)
* [簡単なCDNのファイル管理](/dashcomb-help-center/tips-and-tricks/quick-cdn-file-explorer.md)


---

# Agent Instructions: 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/tips-and-tricks/add-a-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.
