# 오브젝트 스토리지

- [오브젝트 스토리지 사용 방법](https://docs.cafe24cloud.com/home/storage/object/use.md): 오브젝트 스토리지 사용 방법은 아래와 같습니다.
- [오브젝트 스토리지 데이터 암호화 적용 방법](https://docs.cafe24cloud.com/home/storage/object/sse-c.md): 클라이언트 측 암호화 키를 사용하여(SSE-C 방식) 데이터를 암호화하여 오브젝트 스토리지에 저장할 수 있습니다.
- [오브젝트 스토리지 S3cmd 사용 방법](https://docs.cafe24cloud.com/home/storage/object/s3cmd.md): S3cmd를 이용하여 카페24 클라우드의 오브젝트 스토리지를 사용하는 방법을 설명합니다.
- [오브젝트 스토리지 API 사용 방법](https://docs.cafe24cloud.com/home/storage/object/api.md)
- [S3 Compatible API 사용 방법](https://docs.cafe24cloud.com/home/storage/object/api/s3-compatible.md): S3 Compatible API를 사용하여 오브젝트 스토리지를 사용하는 방법은 아래와 같습니다.
- [오브젝트 스토리지 SDK 사용 방법](https://docs.cafe24cloud.com/home/storage/object/sdk.md)
- [AWS Javascript SDK 사용 방법](https://docs.cafe24cloud.com/home/storage/object/sdk/aws-javascript.md): AWS Javascript SDK를 사용하여 오브젝트 스토리지를 사용하는 방법은 아래와 같습니다.
- [AWS Java SDK 사용 방법](https://docs.cafe24cloud.com/home/storage/object/sdk/aws-java.md): AWS Java SDK를 사용하여 오브젝트 스토리지를 사용하는 방법은 아래와 같습니다.
- [AWS Python SDK 사용 방법](https://docs.cafe24cloud.com/home/storage/object/sdk/aws-python.md): AWS Python SDK를 사용하여 오브젝트 스토리지를 사용하는 방법은 아래와 같습니다.
- [오브젝트 스토리지 CORS 설정 방법](https://docs.cafe24cloud.com/home/storage/object/cors.md): 오브젝트 스토리지에 CORS 설정을 하는 방법은 아래와 같습니다.
- [오브젝트 스토리지S3Browser 사용 방법](https://docs.cafe24cloud.com/home/storage/object/s3browser.md): S3Browser 오브젝트 스토리지를 사용하는 방법을 안내합니다.
- [오브젝트 스토리지를 이용한 데이터 백업 방법](https://docs.cafe24cloud.com/home/storage/object/backup.md): S3cmd를 이용하여 카페24 클라우드 오브젝트 스토리지로 데이터(db 포함) 백업을 설정합니다. 해당 스크립트는 OS(Centos/ubuntu/Rocky/Almalinux) 구분없이 적용 가능합니다.


---

# 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.cafe24cloud.com/home/storage/object.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.
