Package org.flywaydb.locations.s3
Class S3ClientFactory
java.lang.Object
org.flywaydb.locations.s3.S3ClientFactory
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
-
Method Details
-
getClient
public static software.amazon.awssdk.services.s3.S3Client getClient() -
setClient
public static void setClient(software.amazon.awssdk.services.s3.S3Client client)
-