export const SIGNED_URIS: number = 480;
export const UPLOAD_THREADS: number = 100;
export const PROCESSING_THREADS: number = 8;
export const OMNI_PROCESSING_THREADS: number = 2;
export const NUM_UPLOAD_TRIES: number = 3;
