메인 콘텐츠로 건너뛰기
PUT
버킷에 대한 쓰기 권한이 있는지 확인하세요.

객체 업로드

버킷에 객체를 추가합니다. 객체 데이터는 요청 본문에 전송됩니다.

기본 URL

매개변수

objectKey
필수
생성할 객체의 키

헤더

Content-Length
필수
객체의 크기(바이트)
Content-Type
객체 데이터의 형식을 설명하는 표준 MIME 타입
x-amz-storage-class
객체 저장에 사용할 스토리지 클래스

요청 예제

응답 예제

인증

Authorization
string
header
필수

AWS Signature Version 4

헤더

x-amz-acl
enum<string>

The canned ACL to apply to the bucket

사용 가능한 옵션:
private,
public-read,
public-read-write,
authenticated-read

응답

Bucket created successfully