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 744a633..cb5ff6c 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 ACCESS_KEY[:3], SECRET_KEY[:3]
self.auth=S3Auth(ACCESS_KEY, SECRET_KEY)
def test_put_get_delete(self):