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:45:07 UTC

svn commit: r1196342 - /libcloud/trunk/libcloud/storage/drivers/cloudfiles.py

Author: tomaz
Date: Tue Nov  1 22:45:07 2011
New Revision: 1196342

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

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

Modified: libcloud/trunk/libcloud/storage/drivers/cloudfiles.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py?rev=1196342&r1=1196341&r2=1196342&view=diff
==============================================================================
--- libcloud/trunk/libcloud/storage/drivers/cloudfiles.py (original)
+++ libcloud/trunk/libcloud/storage/drivers/cloudfiles.py Tue Nov  1 22:45:07 2011
@@ -149,6 +149,7 @@ class CloudFilesStorageDriver(StorageDri
 
     connectionCls = CloudFilesConnection
     hash_type = 'md5'
+    supports_chunked_encoding = True
 
     def list_containers(self):
         response = self.connection.request('')