# 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 कर सकता है।

यदि आप AWS S3 का उपयोग करते हैं और चाहते हैं कि images लगातार आधार पर automatically sync हों, तो उपयोग करें [Datasources](broken://pages/e5233b41a8950a77cd1858933689b40d5c6293f2) इसके बजाय। Datasources आपके bucket को बिना किसी scripting की आवश्यकता के Roboflow asset library में mirror करते हैं।

नीचे दिए गए scripted options one-time या ad-hoc uploads के लिए उपयुक्त हैं, या फिर Azure Blob Storage और Google Cloud Storage के लिए, जहाँ automatic sync अभी उपलब्ध नहीं है।

{% 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.
