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 2012/12/25 23:54:57 UTC

svn commit: r1425780 - /libcloud/trunk/libcloud/storage/drivers/s3.py

Author: tomaz
Date: Tue Dec 25 22:54:57 2012
New Revision: 1425780

URL: http://svn.apache.org/viewvc?rev=1425780&view=rev
Log:
Update docstring.

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

Modified: libcloud/trunk/libcloud/storage/drivers/s3.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/s3.py?rev=1425780&r1=1425779&r2=1425780&view=diff
==============================================================================
--- libcloud/trunk/libcloud/storage/drivers/s3.py (original)
+++ libcloud/trunk/libcloud/storage/drivers/s3.py Tue Dec 25 22:54:57 2012
@@ -59,7 +59,8 @@ NAMESPACE = 'http://s3.amazonaws.com/doc
 # AWS multi-part chunks must be minimum 5MB
 CHUNK_SIZE = 5 * 1024 * 1024
 
-# Desired number of responses in each request
+# Desired number of items in each response inside a paginated request in
+# ex_iterate_multipart_uploads.
 RESPONSES_PER_REQUEST = 100