Class S3ClientFactory


  • public class S3ClientFactory
    extends java.lang.Object
    Factory class for S3 clients. By default the basic S3 client from the AWS SDK v2 is generated, but this class provides the facility to configure Flyway with a custom client (eg. Localstack)
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static software.amazon.awssdk.services.s3.S3Client getClient()  
      static void setClient​(software.amazon.awssdk.services.s3.S3Client client)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getClient

        public static software.amazon.awssdk.services.s3.S3Client getClient()
      • setClient

        public static void setClient​(software.amazon.awssdk.services.s3.S3Client client)