ENUM

UploadType

A type of upload.

link GraphQL Schema definition

  • enum UploadType {
  • # Video file, when gets a thumbnail extracted.
  • video
  • # Uploads a file directly to the main S3 bucket for an admin message attachment.
  • # No lambda is triggered.
  • messageAttachment
  • # Not really in use. For serverless a2v, which nobody has.
  • a2v
  • # For audio uploads
  • a2vAudio
  • # Artwork for the a2v audio file
  • a2vArtwork
  • # Album artwork image.
  • album_artwork
  • # Artist image.
  • artist_image
  • # Extra Link image.
  • extra_link_image
  • # Audio file.
  • audio
  • # Background image of the a2v
  • a2vBackgroundImage
  • # Reuploaded audio file
  • reuploadAudio
  • # Reuploaded video file
  • reuploadVideo
  • # Reuploaded artwork file
  • reuploadArtwork
  • # Audio file from d2 uploader
  • d2Audio
  • # CSV uploads
  • csv
  • }