You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2021/02/08 02:27:41 UTC

[GitHub] [libcloud] c-w commented on issue #1550: Azure Blob Storage does not return Content-Encoding when blob was uploaded via stream

c-w commented on issue #1550:
URL: https://github.com/apache/libcloud/issues/1550#issuecomment-774825401


   This doesn't seem to be a limitation in Azure. I was able to upload a blob with gzip content-encoding using `az storage blob upload --connection-string="..." --container-name="..." --file "test.gz"  --name "test.gz" --content-encoding gzip` and then validate the correct content-encoding being returned when GETing the file via curl. Looking into what needs to change on the libcloud side to support this scenario.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org