# Oos

{% code fullWidth="true" %}

```
이름:
   singularity storage create oos - Oracle Cloud Infrastructure Object Storage

사용법:
   singularity storage create oos command [command options] [arguments...]

명령어:
   env_auth                 런타임(env)에서 자동으로 자격 증명을 가져옵니다. 인증에 제공되는 첫 번째 자격 증명이 승리합니다.
   instance_principal_auth  인스턴스 주체를 사용하여 API 호출을 허용합니다. 
                            각 인스턴스는 고유한 식별 정보를 가지며, 인스턴스 메타데이터에서 읽은 인증서를 사용하여 인증합니다. 
                            https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/callingservicesfrominstances.htm
   no_auth                  자격 증명이 필요하지 않습니다. 일반적으로 공용 버킷을 읽을 때 사용됩니다.
   resource_principal_auth  리소스 주체를 사용하여 API 호출을 수행합니다.
   user_principal_auth      OCI 사용자와 API 키를 사용하여 인증합니다.
                            설정 파일에 자신의 tenancy OCID, 사용자 OCID, region, 경로, API 키의 fingerprint를 입력해야 합니다.
                            https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm
   help, h                  명령어 목록 또는 특정 명령어에 대한 도움말을 표시합니다.

옵션:
   --help, -h  도움말을 표시합니다.
```

{% endcode %}


---

# 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://data-programs.gitbook.io/singularity/kr/cli-reference/storage/create/oos.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.
