com.atlassian.bamboo.agent.elastic
Class S3Sync

java.lang.Object
  extended by com.atlassian.bamboo.agent.elastic.S3Sync
Direct Known Subclasses:
ElasticAgentInstaller

public class S3Sync
extends java.lang.Object


Field Summary
protected  com.amazonaws.auth.AWSCredentials awsCredentials
           
protected  java.lang.String dstLocation
           
protected  java.lang.String srcLocation
           
 
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
 

Field Detail

srcLocation

protected java.lang.String srcLocation

dstLocation

protected java.lang.String dstLocation

awsCredentials

protected com.amazonaws.auth.AWSCredentials awsCredentials
Constructor Detail

S3Sync

public S3Sync(java.lang.String[] args)
       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.