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


Reply via email to