1.0
1.0
scpcli archivestorage bucket object list
--bucket_id <value>
[--marker <value>]
[--object_path <value>]
[--object_name <value>]
[--object_type <value>]
[--limit <value>]
Description
버킷 오브젝트 목록을 검색한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| bucket_id required | string | 버킷 아이디 | 138c2-fc8c2-9a449-dbfa86-81f8f-1d78e2 |
| marker optional | string | 마커 | TODO.txt |
| object_path optional | string | 오브젝트 경로 | / |
| object_name optional | string | 오브젝트 이름 | hello/TODO.txt |
| object_type optional | string | 오브젝트 타입 | FILE |
| limit optional | integer | 조회 개수 | 20 |
Responses
| Name | Description | Example |
|---|---|---|
| object_name | 오브젝트 이름 | hello/TODO.txt |
| object_type | 오브젝트 타입 | FILE |
| object_size | 오브젝트 크기 | 3581 |
| modified_at | 수정일 | 2025-04-09T05:54:46.244000+00:00 |