Class S3Sync
- java.lang.Object
-
- com.atlassian.bamboo.agent.elastic.S3Sync
-
- Direct Known Subclasses:
ElasticAgentInstaller
public class S3Sync extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected com.amazonaws.auth.AWSCredentials
awsCredentials
protected String
dstLocation
protected String
srcLocation
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
protected static String
prefixWithS3(String assemblyLocation)
protected void
sync()
-
-
-
Constructor Detail
-
S3Sync
public S3Sync(String[] args) throws IOException
- Throws:
IOException
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, NoSuchAlgorithmException, ClassNotFoundException
-
sync
protected void sync() throws NoSuchAlgorithmException, IOException
- Throws:
NoSuchAlgorithmException
IOException
-
-