실시간 업로드를 위한 업로드 URL 요청

실시간 업로드 파트를 등록하고 사전 서명된 AWS S3 업로드 PUT URL을 생성합니다.

인증

AuthorizationBearer

Bearer <token> 형식의 Bearer 인증. 여기서 token은 인증 토큰입니다.

경로 매개변수

asset_idstring필수형식: "uuid"
Asset ID

요청

Enumerates parts that upload URLs should be created for.
partslist of objects필수
List of file upload parts to register with Frame.
asset_namestring선택 사항형식: "\..+"

Updates the asset name if only extension was supplied to assetCreate, and the default name is still in use.

Otherwise, will be ignored.

asset_filesizeinteger선택 사항1-5497558138880

The full filesize for the upload in bytes. This field is required when an object in parts has is_final set to true.

Must be no more than 5 TiB.

응답

Returns array of upload URLs for created parts.
upload_urlslist of strings

Array of AWS S3 presigned upload PUT URLs.

Returned in the same order as the parts field of the request.

오류

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error