Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1004 Bytes

File metadata and controls

35 lines (23 loc) · 1004 Bytes

GetMediaPresignedUrlRequest

Properties

Name Type Description Notes
filename String Name of the file to upload
contentType ContentTypeEnum MIME type of the file
size Integer Optional file size in bytes for pre-validation (max 5GB) [optional]

Enum: ContentTypeEnum

Name Value
IMAGE_JPEG "image/jpeg"
IMAGE_JPG "image/jpg"
IMAGE_PNG "image/png"
IMAGE_WEBP "image/webp"
IMAGE_GIF "image/gif"
VIDEO_MP4 "video/mp4"
VIDEO_MPEG "video/mpeg"
VIDEO_QUICKTIME "video/quicktime"
VIDEO_AVI "video/avi"
VIDEO_X_MSVIDEO "video/x-msvideo"
VIDEO_WEBM "video/webm"
VIDEO_X_M4V "video/x-m4v"
APPLICATION_PDF "application/pdf"