Class S3ClientConfig
- java.lang.Object
-
- technology.dice.dicewhere.downloader.actions.S3ClientConfig
-
public final class S3ClientConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description S3ClientConfig(String awsKeyId, String awsSecretKey, String awsRegion)S3ClientConfig(String awsKeyId, String awsSecretKey, String awsRegion, String endpoint)S3ClientConfig(String awsKeyId, String awsSecretKey, String awsRegion, Optional<String> endpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAwsKeyId()StringgetAwsRegion()StringgetAwsSecretKey()Optional<String>getEndpoint()
-