Class S3ClientFactory
- java.lang.Object
-
- com.netflix.spinnaker.front50.config.S3ClientFactory
-
public class S3ClientFactory extends java.lang.ObjectCreates an S3 client.Since there are multiple implementations of
S3Propertiesand we create different clients based on those properties, the actual factory code needed to be split out.
-
-
Constructor Summary
Constructors Constructor Description S3ClientFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.amazonaws.services.s3.AmazonS3create(com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider, S3Properties s3Properties)
-
-
-
Method Detail
-
create
public static com.amazonaws.services.s3.AmazonS3 create(com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider, S3Properties s3Properties)
-
-