Class LocalstackS3ClientCustomizer
java.lang.Object
org.apache.fineract.infrastructure.s3.LocalstackS3ClientCustomizer
- All Implemented Interfaces:
S3ClientCustomizer
@Component
@Profile("test")
public class LocalstackS3ClientCustomizer
extends Object
implements S3ClientCustomizer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(software.amazon.awssdk.services.s3.S3ClientBuilder builder)
-
Constructor Details
-
LocalstackS3ClientCustomizer
public LocalstackS3ClientCustomizer()
-
-
Method Details
-
customize
public void customize(software.amazon.awssdk.services.s3.S3ClientBuilder builder) - Specified by:
customizein interfaceS3ClientCustomizer
-