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 2016/11/14 04:09:02 UTC

[2/3] libcloud git commit: spaces fix Closes #941

spaces fix
Closes #941


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

Branch: refs/heads/trunk
Commit: 24c7193b9f1dfa167bed027ad7a56e4ab74fbfa5
Parents: 5585a26
Author: Gleb <gl...@linkdigital.com.au>
Authored: Thu Nov 10 12:02:23 2016 +0200
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Nov 14 15:08:00 2016 +1100

----------------------------------------------------------------------
 libcloud/storage/drivers/s3.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/24c7193b/libcloud/storage/drivers/s3.py
----------------------------------------------------------------------
diff --git a/libcloud/storage/drivers/s3.py b/libcloud/storage/drivers/s3.py
index 7bab956..10da21a 100644
--- a/libcloud/storage/drivers/s3.py
+++ b/libcloud/storage/drivers/s3.py
@@ -989,13 +989,13 @@ class S3APSEStorageDriver(S3StorageDriver):
 
 
 class S3APSE2Connection(S3Connection):
-     host = S3_AP_SOUTHEAST2_HOST
+    host = S3_AP_SOUTHEAST2_HOST
 
 
 class S3APSE2StorageDriver(S3StorageDriver):
-     name = 'Amazon S3 (ap-southeast-2)'
-     connectionCls = S3APSE2Connection
-     ex_location_name = 'ap-southeast-2'
+    name = 'Amazon S3 (ap-southeast-2)'
+    connectionCls = S3APSE2Connection
+    ex_location_name = 'ap-southeast-2'
 
 
 class S3APNE1Connection(S3Connection):