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 2011/11/01 23:49:33 UTC

svn commit: r1196346 - /libcloud/trunk/libcloud/storage/drivers/google_storage.py

Author: tomaz
Date: Tue Nov  1 22:49:33 2011
New Revision: 1196346

URL: http://svn.apache.org/viewvc?rev=1196346&view=rev
Log:
Add supports_chunked_encoding attribute to GoogleStorageDriver class.

Modified:
    libcloud/trunk/libcloud/storage/drivers/google_storage.py

Modified: libcloud/trunk/libcloud/storage/drivers/google_storage.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/google_storage.py?rev=1196346&r1=1196345&r2=1196346&view=diff
==============================================================================
--- libcloud/trunk/libcloud/storage/drivers/google_storage.py (original)
+++ libcloud/trunk/libcloud/storage/drivers/google_storage.py Tue Nov  1 22:49:33 2011
@@ -132,3 +132,4 @@ class GoogleStorageDriver(S3StorageDrive
     connectionCls = GoogleStorageConnection
     hash_type = 'md5'
     namespace = NAMESPACE
+    supports_chunked_encoding = False