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);
