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/10/06 13:16:49 UTC

svn commit: r1179576 - /libcloud/trunk/test/secrets.py-dist

Author: tomaz
Date: Thu Oct  6 11:16:48 2011
New Revision: 1179576

URL: http://svn.apache.org/viewvc?rev=1179576&view=rev
Log:
Update test secrets.

Modified:
    libcloud/trunk/test/secrets.py-dist

Modified: libcloud/trunk/test/secrets.py-dist
URL: http://svn.apache.org/viewvc/libcloud/trunk/test/secrets.py-dist?rev=1179576&r1=1179575&r2=1179576&view=diff
==============================================================================
--- libcloud/trunk/test/secrets.py-dist (original)
+++ libcloud/trunk/test/secrets.py-dist Thu Oct  6 11:16:48 2011
@@ -35,5 +35,9 @@ VCLOUD_PARAMS = ('user', 'secret')
 VOXEL_PARAMS = ('key', 'secret')
 VPSNET_PARAMS = ('user', 'key')
 
+# Storage
+STORAGE_S3_PARAMS = ('key', 'secret')
+STORAGE_GOOGLE_STORAGE_PARAMS = ('key', 'secret')
+
 # DNS
 DNS_PARAMS_LINODE = ('user', 'key')