com.atlassian.bamboo.agent.elastic
Class S3Sync
java.lang.Object
com.atlassian.bamboo.agent.elastic.S3Sync
- Direct Known Subclasses:
- ElasticAgentInstaller
public class S3Sync
- extends java.lang.Object
Constructor Summary |
S3Sync(java.lang.String[] args)
|
Method Summary |
static void |
main(java.lang.String[] args)
|
protected static java.lang.String |
prefixWithS3(java.lang.String assemblyLocation)
|
protected void |
sync()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
srcLocation
protected java.lang.String srcLocation
dstLocation
protected java.lang.String dstLocation
awsCredentials
protected com.amazonaws.auth.AWSCredentials awsCredentials
S3Sync
public S3Sync(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.lang.ClassNotFoundException,
java.io.IOException,
java.security.NoSuchAlgorithmException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
java.security.NoSuchAlgorithmException
prefixWithS3
protected static java.lang.String prefixWithS3(java.lang.String assemblyLocation)
sync
protected void sync()
throws java.security.NoSuchAlgorithmException,
java.io.IOException
- Throws:
java.security.NoSuchAlgorithmException
java.io.IOException
Copyright © 2012 Atlassian. All Rights Reserved.