# Import Data from Cloud Providers

Cloud storage solutions like AWS S3, Azure Blob Storage, and Google Cloud Storage offer highly scalable and secure options for storing large volumes of image data. These platforms have made it increasingly convenient to manage and access data for various applications. When it comes to streamlining the data pipeline for computer vision models, Roboflow can seamlessly integrate with these cloud storage services.

If you use AWS S3 and want images to sync automatically on a continuous basis, use [Datasources](/datasets/adding-data/datasources.md) instead. Datasources mirror your bucket into the Roboflow asset library without any scripting required.

The scripted options below are suited for one-time or ad-hoc uploads, or for Azure Blob Storage and Google Cloud Storage where automatic sync is not yet available.

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

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

{% content-ref url="/pages/3o3L7KAgHMRZ180rRguZ" %}
[Google Cloud Storage](/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/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.
