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:46:23 UTC

svn commit: r1196344 - /libcloud/trunk/libcloud/storage/drivers/atmos.py

Author: tomaz
Date: Tue Nov  1 22:46:22 2011
New Revision: 1196344

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

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

Modified: libcloud/trunk/libcloud/storage/drivers/atmos.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/atmos.py?rev=1196344&r1=1196343&r2=1196344&view=diff
==============================================================================
--- libcloud/trunk/libcloud/storage/drivers/atmos.py (original)
+++ libcloud/trunk/libcloud/storage/drivers/atmos.py Tue Nov  1 22:46:22 2011
@@ -109,6 +109,7 @@ class AtmosDriver(StorageDriver):
     host = None
     path = None
     api_name = 'atmos'
+    supports_chunked_encoding = True
 
     DEFAULT_CDN_TTL = 60 * 60 * 24 * 7 # 1 week