You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/04/24 02:20:33 UTC

[4/6] libcloud git commit: s3 toggle

s3 toggle


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

Branch: refs/heads/trunk
Commit: 0e61f16cea8266970c542a79ca847e781abefc48
Parents: 13df973
Author: Anthony Shaw <an...@apache.org>
Authored: Mon Apr 24 11:18:46 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Apr 24 11:18:46 2017 +1000

----------------------------------------------------------------------
 libcloud/storage/drivers/s3.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0e61f16c/libcloud/storage/drivers/s3.py
----------------------------------------------------------------------
diff --git a/libcloud/storage/drivers/s3.py b/libcloud/storage/drivers/s3.py
index 0af858a..b73a628 100644
--- a/libcloud/storage/drivers/s3.py
+++ b/libcloud/storage/drivers/s3.py
@@ -21,7 +21,7 @@ from hashlib import sha1
 
 import libcloud.utils.py3
 try:
-    if DEFAULT_LXML:
+    if libcloud.utils.py3.DEFAULT_LXML:
         from lxml.etree import Element, SubElement
     else:
         from xml.etree import Element, SubElement