Skip to main content

Upload files to S3

Upload files to S3

Request Body required
    file byte[]
    contentType string
    fileName string
    folderPrefix string
    bucketName string
    makeFilePubliclyAvailable boolean
    cloudfrontDomain string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    fileObjectUrl string
    cloudfrontUrl string
Loading...