summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.py b/test.py
index cb5ff6c..f4c5a9f 100644
--- a/test.py
+++ b/test.py
@@ -14,6 +14,7 @@ if 'AWS_SECRET_KEY' in os.environ:
class TestAWS(unittest.TestCase):
def setUp(self):
+ print os.environ
print ACCESS_KEY[:3], SECRET_KEY[:3]
self.auth=S3Auth(ACCESS_KEY, SECRET_KEY)