com.atlassian.aws.s3
Class S3Utils

java.lang.Object
  extended by com.atlassian.aws.s3.S3Utils

public class S3Utils
extends Object


Constructor Summary
S3Utils(com.amazonaws.auth.AWSCredentials awsCredentials)
           
 
Method Summary
 void sync(String srcPath, String dstPath)
           
 void sync(String srcPath, String dstPath, boolean restrictSyncToSourceDirectories)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S3Utils

public S3Utils(com.amazonaws.auth.AWSCredentials awsCredentials)
Method Detail

sync

public void sync(String srcPath,
                 String dstPath)
          throws IOException
Throws:
IOException

sync

public void sync(String srcPath,
                 String dstPath,
                 boolean restrictSyncToSourceDirectories)
          throws IOException
Throws:
IOException


Copyright © 2015 Atlassian. All rights reserved.