You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by qu...@apache.org on 2018/01/26 11:43:20 UTC

[2/2] libcloud git commit: Add changes for #1168

Add changes for #1168

Closes #1168


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ff5b5a34
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ff5b5a34
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ff5b5a34

Branch: refs/heads/trunk
Commit: ff5b5a34482dbcb4e6f8b1248aec02dce198c6e5
Parents: d649a2b
Author: Quentin Pradet <qu...@apache.org>
Authored: Fri Jan 26 15:42:50 2018 +0400
Committer: Quentin Pradet <qu...@apache.org>
Committed: Fri Jan 26 15:42:50 2018 +0400

----------------------------------------------------------------------
 CHANGES.rst | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/ff5b5a34/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 2775535..8537c4a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -149,6 +149,9 @@ Storage
 - [Digital Ocean Spaces] Add support for AMS3 region (GITHUB-1142)
   [Andrew Starr-Bochicchio]
 
+- [Digital Ocean Spaces] Add support for SGP1 region (GITHUB-1168)
+  [Andrew Starr-Bochicchio]
+
 - Fix a bug / regression which resulted in increased memory consumption when
   using ``download_object`` method. This method would store whole object
   content in memory even though there was no need for that.