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 2019/12/13 16:27:20 UTC

[libcloud] 03/03: 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

commit 179d5aec5a47fc94f8f9ea3ecb81843b6cf10acf
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Dec 13 17:26:57 2019 +0100

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

diff --git a/CHANGES.rst b/CHANGES.rst
index e4a24b1..dd2f1ca 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -12,6 +12,18 @@ Compute
   volume name to the API. (GITHUB-1380)
   [@mpempekos]
 
+Storage
+-------
+
+- [AWS S3] Make sure ``host`` driver constructor argument has priority
+  over ``region`` argument.
+
+  This means if you specify ``host`` and ``region`` argument, host won't be
+  inferred from the region, but ``host`` argument will be used for the actual
+  connection host value.
+  (GITHUB-1384, GITHUB-1383)
+  [@gluap]
+
 Changes in Apache Libcloud v2.7.0
 ---------------------------------