Kami opened a new pull request #1418: Fix S3 interoperability authentication in the Google Storage driver URL: https://github.com/apache/libcloud/pull/1418 This pull request fixes a bug which would result in 401 invalid signature error when uploading an object with the Google Storage driver utilizing S3 Interoparability authentication when object mime / content type contained mixed casing (e.g. ``application/vnd.ms-excel.sheet.macroEnabled.12``). The issue is that we incorrectly lower cased the value of the ``Content-Type`` header. This pull request fixes that by making sure we leave that header value as is. Resolves #1417.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
