commit | 8d5510d51c27d9fccbeb9cfd82f218a5c3ebf530 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Sat Oct 03 15:43:34 2009 -0700 |
committer | Shawn O. Pearce <spearce@spearce.org> | Mon Oct 05 12:17:11 2009 -0700 |
tree | a5e21c712b8014e72eb2a0b4b857e613ac690b34 | |
parent | 3ce8c91e759ee1a9fca1d7b3cb2646b76388de6c [diff] |
Move AmazonS3 command line utility to jgit-pgm This removes one of the few remaining dependencies on AWTAuthenticator from the core library. For the most part the interface is identical to the prior main method. The jgit-pgm Main class already sets up the HTTP proxy and authenticator for us, so we don't need to do that in our new run method. Change-Id: Ia2cce34d34c97b88214a8bd8f2cc542845e19032 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>