Class SwiftDuplicationPolicyRepo

java.lang.Object
org.duracloud.mill.dup.repo.SwiftDuplicationPolicyRepo
All Implemented Interfaces:
DuplicationPolicyRepo

public class SwiftDuplicationPolicyRepo extends Object implements DuplicationPolicyRepo
  • Field Details

  • Constructor Details

    • SwiftDuplicationPolicyRepo

      public SwiftDuplicationPolicyRepo(String accessKey, String secretKey, String endpoint, String signer)
      Creates a Swift duplication policy repo connection. Connection details must be configured in .properties file.
    • SwiftDuplicationPolicyRepo

      public SwiftDuplicationPolicyRepo(String accessKey, String secretKey, String endpoint, String signer, String policyRepoBucketSuffix)
  • Method Details