Support MimeTypeProvider in AzureBlobStorage.
rgembalik opened this issue · comments
rgembalik commented
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.