Class S3ClientFactory

java.lang.Object
org.flywaydb.core.api.configuration.S3ClientFactory

public class S3ClientFactory extends 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 Details

    • getClient

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

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