> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/datasets/adding-data/upload-data-from-aws-gcp-and-azure.md).

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

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

AWS S3 を使用していて、画像を継続的に自動同期したい場合は、 [Datasources](broken://pages/87c50bd7cb92166a04e9a1e880e692b122ef9297) その代わりに Datasources を使用してください。Datasources は、スクリプト不要でバケットを Roboflow asset library にミラーリングします。

以下のスクリプトによるオプションは、一度きりのアップロードや随時のアップロード、または自動同期がまだ利用できない Azure Blob Storage と Google Cloud Storage に適しています。

{% 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
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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/datasets/adding-data/upload-data-from-aws-gcp-and-azure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
