You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2020/03/10 12:43:46 UTC

[libcloud] branch trunk updated: Add changelog entry.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new efec9ff  Add changelog entry.
efec9ff is described below

commit efec9ffefd06a143ba6148bcf085a3a4eae44872
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Tue Mar 10 13:43:37 2020 +0100

    Add changelog entry.
---
 CHANGES.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 05bfd1e..df05dee 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -31,6 +31,15 @@ Storage
   (GITHUB-1410)
   [Clemens Wolff - @c-w]
 
+- [Google Storage] Update the driver so it supports service account HMAC
+  credentials.
+
+  There was a bug in the code where we used the user id length check to
+  determine the account type and that code check didn't take service
+  account HMAC credentials (which contain a longer string) into account.
+  (GITHUB-1437, GITHUB-1440)
+  [Yoan Tournade - @MonsieurV]
+
 DNS
 ~~~