# 클라우드 제공업체에서 데이터 가져오기

AWS S3, Azure Blob Storage, Google Cloud Storage와 같은 클라우드 스토리지 솔루션은 대량의 이미지 데이터를 저장하기 위한 매우 확장 가능하고 안전한 옵션을 제공합니다. 이러한 플랫폼 덕분에 다양한 애플리케이션에서 데이터를 관리하고 액세스하는 일이 점점 더 편리해졌습니다. 컴퓨터 비전 모델을 위한 데이터 파이프라인을 간소화할 때, Roboflow는 이러한 클라우드 스토리지 서비스와 원활하게 통합될 수 있습니다.

몇 가지 옵션으로는 다음을 사용하는 방법이 있습니다 **signed URLs** 클라우드 스토리지에서 Roboflow로 직접 업로드하거나 **이미지를 로컬로 다운로드하는 방법이 있으며** CLI를 통해 업로드 전에 더 통제된 전처리를 수행할 수 있습니다. 두 방법 모두 필요한 수작업을 최소화하는 것을 목표로 하며, 이를 통해 이미지 데이터를 Roboflow로 쉽고 효율적으로 가져와 추가 처리와 분석을 할 수 있습니다.

{% content-ref url="/pages/50804a7c50f6b676c779074f466d14eae013be21" %}
[AWS S3 버킷](/roboflow/roboflow-ko/datasets/adding-data/upload-data-from-aws-gcp-and-azure/aws-s3-bucket.md)
{% endcontent-ref %}

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

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