Class S3ClientBuilder


  • public class S3ClientBuilder
    extends Object
    Utility class to build the AWS S3 client instances.
    Author:
    joseross
    • Field Detail

      • profile

        protected org.craftercms.commons.config.profiles.aws.S3Profile profile
    • Method Detail

      • getClient

        public com.amazonaws.services.s3.AmazonS3 getClient()
        Builds an AWS S3 client, if no values are provided the default client will be used.
        Returns:
        AWS S3 client