- java.lang.Object
-
- com.pervasive.datarush.aws.s3.S3CredentialsHelper
-
public final class S3CredentialsHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description S3CredentialsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FileConfiguration
createTemplate()
static String
getAccessKey(FileConfiguration creds)
static URI
getEndpointURL(FileConfiguration creds)
static String
getRegion(FileConfiguration creds)
static String
getSecretKey(FileConfiguration creds)
-
-
-
Method Detail
-
createTemplate
public static FileConfiguration createTemplate()
-
getAccessKey
public static String getAccessKey(FileConfiguration creds)
-
getSecretKey
public static String getSecretKey(FileConfiguration creds)
-
getRegion
public static String getRegion(FileConfiguration creds)
-
getEndpointURL
public static URI getEndpointURL(FileConfiguration creds)
-
-