Custom prefix for generating "read" URL for generated artifacts. By default, the read ${S3_BUCKET}.s3.amazonaws.com/${objectKey}, if S3_READ_URL_PREFIXis set, then it becomes ${S3_READ_URL_PREFIX}/${objectKey}
S3_IMAGE_KEY_PREFIX=null
Custom prefix for stored images, if set the prefix will be applied e.g.: ${S3_BUCKET}.s3.amazonaws.com/${S3_IMAGE_KEY_PREFIX}${objectKey}
S3_VIDEO_KEY_PREFIX=null
Custom prefix for stored videos, if set the prefix will be applied e.g.: ${S3_BUCKET}.s3.amazonaws.com/${S3_VIDEO_KEY_PREFIX}${objectKey}
UPLOAD_EXPIRY_SECONDS=90
The expiration time for signed upload URLs to be valid. The director service generates the signed URLs that clients use for uploading the artifacts.