Typica
- 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://typica.googlecode.com/files/typica-1.5.2.zip&nid=1418
- Categories:
- License:
- Apache License 2.0
A simple API using the QUERY interfaces which patterns the methods after those available in the AWS SOAP client.
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);
