Question

http://boto.s3.amazonaws.com/s3_tut.html#setting-getting-the-access-control-list-for-buckets-and-keys

I'm using boto.

My friend says it's possible to just generate a temporary (expires in 5 min?) token so his iphone client can post to my S3.

How can I do that with boto? I'm reading the documentation and don't quite get it.

Was it helpful?

Solution

Solved.

I used boto.key's generate_url.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top