KnpLabs / Gaufrette

PHP library that provides a filesystem abstraction layer − will be a feast for your files!

Home Page:http://knplabs.github.io/Gaufrette

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support MimeTypeProvider in AzureBlobStorage.

rgembalik opened this issue · comments

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.