Typica
| 作者 | David Kavanagh ほか |
| ホームページ | Google Code プロジェクトページ |
| ドキュメント | API ドキュメント |
| ディスカッション | Google Groups |
| ダウンロード | Google Code |
| ソース | Google Code (svn) |
| バージョン | 1.5.x |
| ライセンス | Apache License 2.0 |
使用例
Jec2 ec2 = new Jec2(props.getProperty("aws.accessId"),
props.getProperty("aws.secretKey"), false, "your-host", 8773);
ec2.setResourcePrefix("/services/Eucalyptus");
ec2.setSignatureVersion(1);
