Corporate Home Open Source Home
Syndicate content
Eucalyptus

Typica

A simple API using the QUERY interfaces which patterns the methods after those available in the AWS SOAP client

Author David Kavanagh, et al
Homepage Google Code Project Page
Documentation API Documentation
Discussion via Google Groups
Download via Google Code
Source via Google Code (svn)
Version 1.5.x
License Apache License 2.0

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