From bce1fc54147bbad14d13fd6db4c90d2fde8c8078 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 1 Apr 2011 13:09:14 +0300 Subject: s3 uploads work now --- s3/gen_policy.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 's3/gen_policy.py') diff --git a/s3/gen_policy.py b/s3/gen_policy.py index 4d0180c..9cab0c0 100644 --- a/s3/gen_policy.py +++ b/s3/gen_policy.py @@ -19,3 +19,7 @@ policy = base64.b64encode(POLICY) sig = base64.b64encode(hmac.new(KEY, policy, hashlib.sha1).digest()) print sig + +################## +### Or use: http://s3.amazonaws.com/doc/s3-example-code/post/post_sample.html +################## \ No newline at end of file -- cgit v1.3.1