Class S3ClientFactory
- java.lang.Object
-
- org.flywaydb.core.api.configuration.S3ClientFactory
-
public class S3ClientFactory extends java.lang.ObjectFactory 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.S3ClientgetClient()static voidsetClient(software.amazon.awssdk.services.s3.S3Client client)
-