# 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.

A few options include using **signed URLs** for direct uploads from your cloud storage to Roboflow or **download images locally** via the CLI for more controlled preprocessing before uploading. Both methods aim to minimize the manual effort required, thereby making it easy and efficient to get your image data into Roboflow for further processing and analysis.

{% content-ref url="upload-data-from-aws-gcp-and-azure/aws-s3-bucket" %}
[aws-s3-bucket](https://docs.roboflow.com/datasets/adding-data/upload-data-from-aws-gcp-and-azure/aws-s3-bucket)
{% endcontent-ref %}

{% content-ref url="upload-data-from-aws-gcp-and-azure/azure-blob-storage" %}
[azure-blob-storage](https://docs.roboflow.com/datasets/adding-data/upload-data-from-aws-gcp-and-azure/azure-blob-storage)
{% endcontent-ref %}

{% content-ref url="upload-data-from-aws-gcp-and-azure/google-cloud-storage" %}
[google-cloud-storage](https://docs.roboflow.com/datasets/adding-data/upload-data-from-aws-gcp-and-azure/google-cloud-storage)
{% 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.
