As far as I know, all files in Azure Blob get CONTENT-TYPE property. It is also available from BlobProxy $blobProxy->getBlobProperties($containerName, $key)->getProperties()->getContentType();
It would be great if that was represented in the AzureBlobStorage adapter by implementing MimeTypeProvider interface.
As far as I know, all files in Azure Blob get
CONTENT-TYPEproperty. It is also available from BlobProxy$blobProxy->getBlobProperties($containerName, $key)->getProperties()->getContentType();It would be great if that was represented in the
AzureBlobStorageadapter by implementingMimeTypeProviderinterface.