> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 앱 스토리지 청구

> Replit이 앱 스토리지에 대해 요금을 청구하는 방식을 알아보세요.

export const ObjectStorageAdvancedOperationsPer1k = '$0.0075';

export const ObjectStorageBasicOperationsPer1k = '$0.0006';

export const ObjectStorageDataTransfer = '$0.10';

export const ObjectStorageMonth = '$0.03';

## 청구 카테고리

Replit은 앱 스토리지 청구를 다음 영역으로 분류합니다:

* **스토리지**: 월별 사용된 데이터 용량. 저장된 모든 객체는 최소 7일의 청구 기간이 있습니다.
* **데이터 전송**: 월 중 업로드 및 다운로드된 총 데이터 양.
* **기본 작업**: 버킷 및 객체 업데이트와 관련된 작업. 자세한 내용은 <a href="https://cloud.google.com/storage/pricing" target="_blank">Google Cloud Storage 요금</a>의 Class A 작업을 참조하세요.
* **고급 작업**: 객체 및 버킷에 대한 구성 및 메타데이터 검색을 포함한 기타 모든 클라우드 객체 스토리지 작업. 자세한 내용은 <a href="https://cloud.google.com/storage/pricing" target="_blank">Google Cloud Storage 요금</a>의 Class B 작업을 참조하세요.

## 요금

다음 표에는 각 사용 카테고리의 요금이 나열되어 있습니다.

| 카테고리          | 요금                                                 |
| ------------- | -------------------------------------------------- |
| 앱 스토리지        | {ObjectStorageMonth} (GiB당 월별)                     |
| 앱 스토리지 데이터 전송 | {ObjectStorageDataTransfer} (GiB당)                 |
| 앱 스토리지 기본 작업  | {ObjectStorageBasicOperationsPer1k} (1,000 요청당)    |
| 앱 스토리지 고급 작업  | {ObjectStorageAdvancedOperationsPer1k} (1,000 요청당) |
