# 스토리지

프로젝트의 원천 데이터를 가져오고 라벨링 결과를 저장할 외부 스토리지(데이터 저장소)를 연결합니다.

***

### 스토리지 연결

다음 화면에서 사용 데이터 스토리지를 등록하세요.

1. 좌측 서브 메뉴에서 "스토리지" 탭을 클릭합니다.

<figure><img src="/files/uYlVTmhJLR1pRXQTF3is" alt=""><figcaption></figcaption></figure>

1. "사용 데이터 스토리지" 항목에서 "스토리지 선택" 드롭다운을 클릭합니다.
2. 프로젝트에 사용할 스토리지 유형을 선택합니다.

<table><thead><tr><th width="163">스토리지 유형</th><th>설명</th></tr></thead><tbody><tr><td><strong>AWS</strong></td><td>Amazon Web Services S3 스토리지</td></tr><tr><td><strong>Google</strong></td><td>Google Cloud Storage</td></tr><tr><td><strong>NAS(SFTP)</strong></td><td>NAS 서버에 SFTP(보안 파일 전송 프로토콜)로 연결</td></tr><tr><td><strong>Azure(Blob)</strong></td><td>Microsoft Azure Blob Storage</td></tr><tr><td><strong>Azure(DataLake)</strong></td><td>Microsoft Azure Data Lake Storage</td></tr><tr><td><strong>NAS(SMB)</strong></td><td>NAS 서버에 SMB(파일 공유 프로토콜)로 연결</td></tr></tbody></table>

3. 스토리지 유형을 선택하면 해당 유형에 맞는 연결 정보 입력 폼이 표시됩니다.

***

#### 연결 정보 입력 (NAS(SFTP) 예시) <a href="#ec-97-b0-ea-b2-b0-ec-a0-95-eb-b3-b4-ec-9e-85-eb-a0-a5-nas-sftp-ec-98-88-ec-8b-9c" id="ec-97-b0-ea-b2-b0-ec-a0-95-eb-b3-b4-ec-9e-85-eb-a0-a5-nas-sftp-ec-98-88-ec-8b-9c"></a>

<figure><img src="/files/AFuT2FE9J0uxD3FK0xbj" alt=""><figcaption></figcaption></figure>

1. "상세 정보" 영역에서 스토리지 연결에 필요한 정보를 입력합니다.

| 필드               | 설명                     | 예시                  |
| ---------------- | ---------------------- | ------------------- |
| **HostAddress**  | 스토리지 서버의 IP 주소 또는 호스트명 | 172.xx.xxx.xxx      |
| **Port**         | 연결에 사용할 포트 번호          | 22 (SFTP 기본 포트)     |
| **UserID**       | 스토리지 접속 계정 ID          | jilee               |
| **UserPassword** | 스토리지 접속 계정 비밀번호        | •••••••••           |
| **ShareFolder**  | 원천 데이터가 저장된 폴더 경로      | /load\_object\_proj |

2. "내보내기 디렉토리 경로" 필드에 라벨링 결과물을 저장할 경로를 입력합니다.

* 예시: `/export`
* 이 경로에 라벨링 완료 후 결과 데이터가 자동으로 저장됩니다.

3. 모든 연결 정보를 입력한 후 "저장" 버튼을 클릭합니다.

위 화면과 같이 연결 정보가 정상적으로 저장되면 스토리지 설정이 완료됩니다.

***

### 주의사항

> ⚠️ **주의**: 스토리지 연결 정보(IP, 계정, 비밀번호 등)는 사용 가능한 스토리지인지 사전 확인 후 입력하세요. 잘못된 정보를 입력하면 데이터 로딩 및 내보내기가 실패합니다.

> ⚠️ **주의**: "ShareFolder" 경로와 "내보내기 디렉토리 경로"는 해당 스토리지 계정에 읽기/쓰기 권한이 부여된 경로여야 합니다. 권한이 없는 경로를 지정하면 데이터 접근 시 오류가 발생합니다.

> ⚠️ **주의**: 스토리지 유형별로 입력 필드가 다릅니다. AWS, Google, Azure 등 클라우드 스토리지를 선택한 경우 해당 서비스의 인증 키(Access Key, Secret Key 등)가 필요합니다.

***

### 다음 단계

스토리지 설정을 완료했다면 \[[프로젝트 설정 - 프로젝트 관리](https://app.gitbook.com/o/S5k6Laufss4bUJb5Bn2T/s/AYU98CRV9OvBC6QHlOFe/~/edit/~/changes/1/pm/undefined-1/undefined/undefined-3)]로 이동하여 프로젝트 세부 관리 옵션을 설정하세요.<br>


---

# 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://doc.label-it.ai/pm/undefined-1/undefined/undefined-2.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.
