project status

3 views
Skip to first unread message

Rocky

unread,
Aug 16, 2009, 8:55:55 PM8/16/09
to cTypica
I'm interested in AWS support for ObjectiveC on the iPhone. Looks
like you've got a good start here. I'm interested in support for
SimpleDB, among other things. I noticed that currently you only
support Signature Version 1 for security. The amazon site indicates
that only Signature Version 2 is accepted for Simple DB requests.
Dunno if that is really true or not. Other than that, it looks like
it will be straightforward to add other requests to the SimpleDB
class. Do you already have code like this somewhere or should I take
a crack at adding requests as I need them?

Thanks for the work you've done here to date!

Rocky

David Kavanagh

unread,
Aug 17, 2009, 1:05:08 PM8/17/09
to cty...@googlegroups.com
Hi Rocky,
I've already done sig version 2 in my java library (typica) and don't
think it would be all that hard. It is very hard to debug requests
using it, so I'll probably opt to allow use of either. I don't think
SimpleDB requires it yet, but I haven't tested version 1 lately.
I was going to start on SimpleDB, but my free time is never plentiful.
I think some of the patterns used in the EC2 code work well, and would
love to have some SimpleDB support added, using the existing
connection management code.
Also, at the WWDC, I talked with an apple engineer who suggested that
I not use background threads to make requests on the iPhone, rather
use some different IO call to make the http request, which uses a
select under the hood (and allows the UI to continue to function). So,
that is also something on my todo list. I think those changes would be
internal to the AWSQueryConnection class, so I think getting started
above that layer would be a reasonable thing.

David
Reply all
Reply to author
Forward
0 new messages