org.jets3t.samples
Class StorePassphraseBasedLogin
java.lang.Object
org.jets3t.samples.StorePassphraseBasedLogin
public class StorePassphraseBasedLogin
- extends java.lang.Object
Demonstrates how Cockpit stores Passphrase-based login credentials in S3.
WARNING: Do not run this class until you have changed the
default values for passphrase and password in the code, or you risk making your real
AWS Credentials available online with a publicly known Passphrase and Password!
- Author:
- James Murty
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorePassphraseBasedLogin
public StorePassphraseBasedLogin()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception