Skip to content
sjones4 edited this page Apr 22, 2013 · 2 revisions

Author: David Kavanagh, et al

Website: http://code.google.com/p/typica/

Inquiry Email: http://code.google.com/p/typica/people/list

Download URL: http://code.google.com/p/typica/downloads/list

License: Apache License 2.0


A simple API using the QUERY interfaces which supports a variety of the Amazon Web Services.

Example Usage

Jec2 ec2 = new Jec2(props.getProperty("aws.accessId"), 
props.getProperty("aws.secretKey"), false, "your-host", 8773); 
ec2.setResourcePrefix("/services/Eucalyptus"); 
ec2.setSignatureVersion(1);

category.tools category.examples

Clone this wiki locally