i just wanted to do an amazon search that returns items and images
looking through the tests for this it seems to be more about computing
in the cloud
not to mention the 14 different forks that are out there as well
> <
http://rdoc.info/projects/appoxy/aws/blob/6e7b65c4e42725ed473c6dca4b1...>
> Travis
>
>
>
> On Thu, Dec 3, 2009 at 11:07 PM, Chad Arimura <
carim...@gmail.com> wrote:
> > HI Dan,
>
> > I assume you saw this:
http://github.com/appoxy/aws
>
> > It's pretty simple.. here's one example:
>
> > AWS_SECRET = "abc123"
> > AWS_ACCESS = "def456"
> > ec2 = Aws::Ec2.new(AWS_ACCESS, AWS_SECRET)
> > instance_info_array = ec2.describe_instances([array,of,instance_ids])
> > puts instance_info_array.inspect
>
> > See some of the docs in the library.
>
> > Chad
>
> > On Thu, Dec 3, 2009 at 7:27 PM, dan <
mr.dan.ma...@gmail.com> wrote:
>
> >> any good starting points for using this?
>
> >> --
>
> >> You received this message because you are subscribed to the Google Groups
> >> "ruby-aws" group.
> >> To post to this group, send email to
ruby...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >>
ruby-aws+u...@googlegroups.com<ruby-aws%2Bunsubscribe@googlegroups.c om>
> >> .
> >
ruby-aws+u...@googlegroups.com<ruby-aws%2Bunsubscribe@googlegroups.c om>
> > .