-
Notifications
You must be signed in to change notification settings - Fork 50
CB‐Spider S3 API List
ByoungSeob Kim edited this page Jul 19, 2025
·
1 revision
HTTP 메서드 | 엔드포인트 | 함수명 | 설명 | 지원하는 쿼리 파라미터 |
---|---|---|---|---|
GET | / |
ListS3Buckets | 모든 버킷 목록 조회 | ConnectionName |
PUT | /:Name |
CreateS3Bucket | 새로운 버킷 생성 | - |
GET | /:Name |
GetS3Bucket | 버킷 정보 조회 및 설정 관리 | versioning, cors, policy, location, versions |
GET | /:Name/ |
GetS3Bucket | 버킷 정보 조회 (trailing slash) | 동일 |
HEAD | /:Name |
GetS3Bucket | 버킷 존재 여부 확인 | - |
DELETE | /:Name |
DeleteS3Bucket | 버킷 삭제 | force, empty |
설정 유형 | HTTP 메서드 | 쿼리 파라미터 | 내부 함수 | 설명 |
---|---|---|---|---|
버전 관리 | GET | ?versioning |
getBucketVersioning | 버킷 버저닝 상태 조회 |
버전 관리 | PUT | ?versioning |
putBucketVersioning | 버킷 버저닝 설정 (Enabled/Suspended) |
CORS | GET | ?cors |
getBucketCORS | CORS 설정 조회 |
CORS | PUT | ?cors |
putBucketCORS | CORS 설정 |
CORS | DELETE | ?cors |
deleteBucketCORS | CORS 설정 삭제 |
위치 정보 | GET | ?location |
getBucketLocation | 버킷 리전 정보 조회 |
버전 목록 | GET | ?versions |
listObjectVersions | 객체 버전 목록 조회 |
HTTP 메서드 | 엔드포인트 | 함수명 | 설명 | 지원하는 쿼리 파라미터 |
---|---|---|---|---|
PUT | /:BucketName/:ObjectKey+ |
PutS3ObjectFromFile | 객체 업로드 | uploadId, partNumber |
GET | /:BucketName/:ObjectKey+ |
DownloadS3Object | 객체 다운로드 | versionId |
HEAD | /:BucketName/:ObjectKey+ |
GetS3ObjectInfo | 객체 메타데이터 조회 | versionId |
DELETE | /:BucketName/:ObjectKey+ |
DeleteS3Object | 객체 삭제 | versionId |
POST 유형 | 쿼리 파라미터 | 내부 함수 | 설명 |
---|---|---|---|
멀티파트 시작 | ?uploads |
initiateMultipartUpload | 멀티파트 업로드 시작 |
파트 업로드 | ?uploadId&partNumber |
uploadPart | 멀티파트의 각 파트 업로드 |
멀티파트 완료 | ?uploadId |
completeMultipartUpload | 멀티파트 업로드 완료 |
여러 객체 삭제 | ?delete |
deleteMultipleObjects | 여러 객체 일괄 삭제 |
폼 기반 업로드 | multipart/form-data | postObject | 브라우저 폼을 통한 파일 업로드 |
HTTP 메서드 | 엔드포인트 | 함수명 | 설명 |
---|---|---|---|
POST | /:BucketName/:ObjectKey+ |
HandleS3BucketPost | 객체 레벨 POST 작업 처리 |
POST | /:Name |
HandleS3BucketPost | 버킷 레벨 POST 작업 처리 |
POST | /:Name/ |
HandleS3BucketPost | 버킷 레벨 POST 작업 처리 (trailing slash) |
기능 | HTTP 메서드 | 특별 파라미터/헤더 | 함수명 | 설명 |
---|---|---|---|---|
강제 버킷 비우기 | DELETE |
?empty 또는 X-Force-Empty
|
ForceEmptyS3Bucket | 버킷 내 모든 객체 강제 삭제 |
강제 버킷 삭제 | DELETE |
?force 또는 X-Force-Delete
|
ForceDeleteS3Bucket | 버킷과 내용물 강제 삭제 |
인증 방식 | 헤더/파라미터 | 설명 |
---|---|---|
AWS Signature V4 | Authorization: AWS4-HMAC-SHA256 | 표준 AWS S3 API 호환 인증 |
CB-Spider 연결명 | ?ConnectionName | CB-Spider 고유 연결 방식 |
AdminWeb | X-Connection-Name | 관리 웹 인터페이스용 헤더 |
API 유형 | 응답 형식 | 설명 |
---|---|---|
버킷/객체 목록 | XML (S3 표준) | ListAllMyBucketsResult, ListBucketResult |
설정 조회 | XML (S3 표준) | VersioningConfiguration, CORSConfiguration |
객체 정보 | JSON | S3ObjectInfo 구조체 |
에러 응답 | XML (S3 표준) | S3Error 구조체 |
주요 특징:
- AWS S3 API와 완전 호환되는 REST API 인터페이스 제공
- 버킷 버저닝, CORS, 멀티파트 업로드 등 고급 기능 지원
- CB-Spider 고유의 연결 관리 시스템과 통합
- 강제 삭제/비우기 등 관리 편의 기능 제공
- XML과 JSON 응답을 적절히 조합하여 사용
-
Install & Start Guide
-
Features & Usage
-
- AdminWeb Tool Guide
- CLI Tool Guide
- REST API Guide
- NLI Guide
-
Design
-
Developer Guide
-
Cloud Driver Developer Guide
- Cloud Driver Developer Guide-WIP
- VM SSH Key Development Guide-WIP
- VM User Development Guide
- What is the CSP SDK API Version of drivers
- Region Zone Info and Driver API
- (StartVM TerminateVM) API Call Counts and Waiting
- StartVM and TerminateVM Main Flow of drivers
- VM Root Disk Configuration Guide
- Security Group Rules and Driver API
- Network Load Balancer and Driver API
- VM Snapshot, MyImage and Disk Overview
- Kubernetes and Driver API(PMKS, K8S)
- Tag and Cloud Driver API
- AnyCall API Extension Guide
-
Test Reports
- v0.2.8-for-espresso-release
- v0.3.0-espresso-release
- Azure:Terminating VM
- cb-user@VM: ssh login, sudo run
- v0.3.14 test for SG Source
- v0.4.0-cafemocha-release
- Test via REST API Gateway
- Test Reports of v0.4.11 (IID2 initial Version)
- Test Reports of v0.4.12 (Register & Unregister existing Resources)
- Test Reports for v0.6.0 Release
- How to ...
- How to Use Alibaba ECS i1.* Instance Types
- How to provision GPU VMs
- How to Resolve the 'Failed to Connect to Database' Error
- How to test CB Spider with Mock Driver
- How to install CB Spider on WSL2 under 공유기/사설망
- How to install CB Spider on macOS
- How to run CB Spider Container on macOS
- How to install OpenStack on a VM for CB Spider Testing
- How to get Azure available Regions
- How to profile memory usage in Golang
- Deprecated:How to install protoc and plugins
- [For Cloud-Migrator]