Pass identified as true in metadata while creating blob via direct upload

Hello there,

Does anyone know why direct upload passes content_type of a blob in POST request but not identified as well ? Setting identified would avoid downloading chunk of file in identify_without_saving while attaching it later.

I can guess that it adds additional safety net to correct any invalid content_type, but that means it should be done for other attributes as well.

Thanks in advance!