In case anyone is interested I was able to get the HMACSHA1 handlers from
Mark Smith's Lib AWS to work on on-rev.   It was not working because I was
putting an incorrect S3path in.

I was using the command s3.authenticatedUrl(tObject, tExpiry) from libAWS.

I had been using the function makeobject(tBucket, tKey) from the libAWS
which returned '/thebucket/theobject' which I put into tObject.

When I just put  "thebucket/theobject" into tObject the S3.authenticatedUrl
functioned correctly created a time limited S3 URL.

Martin

-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/on-rev-upload-limits-and-Amazon-S3-as-an-alternative-tp3244672p3247176.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to