Skip to main content

upload file to s3 in common bucket, i.e., not under a dealer's bucket

upload file to s3 in common bucket, i.e., not under a dealer's bucket

Query Parameters
    fileType string

    Possible values: [IMAGE, PDF, XSLT, AUDIO, VIDEO, HTML, XML, OTHER]

    Default value: OTHER

    Choose a value of fileType from the provided values

    contentType string

    Valid contentType of file, e.g. image/png or audio/mpeg etc. If not provided then we'll try to get it from the provided multipart file's properties.

Request Body
    file binary required

    Multipart file to be uploaded

Responses

OK


Schema
    uploadUrl string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...