Move AmazonS3 command line utility to jgit-pgm
commit8d5510d51c27d9fccbeb9cfd82f218a5c3ebf530
authorShawn O. Pearce <spearce@spearce.org>
Sat, 3 Oct 2009 22:43:34 +0000 (3 15:43 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 5 Oct 2009 19:17:11 +0000 (5 12:17 -0700)
treea5e21c712b8014e72eb2a0b4b857e613ac690b34
parent3ce8c91e759ee1a9fca1d7b3cb2646b76388de6c
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>
jgit-pgm/src/main/java/org/eclipse/jgit/pgm/AmazonS3Client.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Die.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/TextBuiltin.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/AmazonS3.java