# クラウドプロバイダーからデータをインポート

AWS S3、Azure Blob Storage、Google Cloud Storage のようなクラウドストレージソリューションは、大量の画像データを保存するための、非常に拡張性が高く安全な選択肢を提供します。これらのプラットフォームにより、さまざまなアプリケーション向けのデータの管理やアクセスがますます便利になっています。コンピュータビジョンモデル向けのデータパイプラインを効率化する場合、Roboflow はこれらのクラウドストレージサービスとシームレスに統合できます。

いくつかの方法としては、 **署名付き URL** を使ってクラウドストレージから Roboflow に直接アップロードする方法や、 **画像をローカルにダウンロードする** 方法があります。CLI を介して、より制御された前処理を行ってからアップロードすることもできます。どちらの方法も、必要な手作業を最小限に抑えることを目的としており、その結果、画像データを Roboflow に取り込み、その後の処理や分析に向けて簡単かつ効率的に準備できます。

{% content-ref url="/pages/c85501b6d3ba994b43f6b607a220cffb1e6f7b33" %}
[AWS S3 Bucket](/roboflow/roboflow-jp/datasets/adding-data/upload-data-from-aws-gcp-and-azure/aws-s3-bucket.md)
{% endcontent-ref %}

{% content-ref url="/pages/36a2d47efcda7f7a3a8877042d1c4d5696d32f08" %}
[Azure Blob Storage](/roboflow/roboflow-jp/datasets/adding-data/upload-data-from-aws-gcp-and-azure/azure-blob-storage.md)
{% endcontent-ref %}

{% content-ref url="/pages/af57b70d3244203f704e9d1a12083fe53f1ee3bf" %}
[Google Cloud Storage](/roboflow/roboflow-jp/datasets/adding-data/upload-data-from-aws-gcp-and-azure/google-cloud-storage.md)
{% endcontent-ref %}


---

# 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.roboflow.com/roboflow/roboflow-jp/datasets/adding-data/upload-data-from-aws-gcp-and-azure.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.
