# Cloud Providers से Data Import करें

AWS S3, Azure Blob Storage, और Google Cloud Storage जैसे cloud storage solutions, image data की बड़ी मात्रा को संग्रहीत करने के लिए अत्यधिक scalable और secure विकल्प प्रदान करते हैं। इन platforms ने विभिन्न applications के लिए data को manage और access करना काफी सुविधाजनक बना दिया है। जब computer vision models के लिए data pipeline को streamline करने की बात आती है, तो Roboflow इन cloud storage services के साथ seamlessly integrate कर सकता है।

कुछ विकल्पों में उपयोग करना शामिल है **signed URLs** अपने cloud storage से Roboflow में direct uploads के लिए या **images को locally download करना** अधिक नियंत्रित preprocessing के लिए CLI के माध्यम से, upload करने से पहले। दोनों methods का उद्देश्य आवश्यक manual effort को कम करना है, जिससे आगे की processing और analysis के लिए आपकी image data को Roboflow में लाना आसान और efficient हो जाता है।

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

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

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