Builds the Express router exposing:
GET /media/:fileId
GET /media/:fileId/:filename
POST /media/upload-stage
Builds the Express router exposing:
GET /media/:fileIdandGET /media/:fileId/:filename(Range streaming)POST /media/upload-stage(Raw binary upload staging)