Package dev.mbo.springkotlins3
Class ModuleS3Config
-
- All Implemented Interfaces:
@ConditionalOnProperty(value = {"aws.enabled"}, havingValue = "true", matchIfMissing = false)@Configuration()@ComponentScan(basePackageClasses = {ModuleS3Config.class}) public class ModuleS3Config
-
-
Method Summary
Modifier and Type Method Description final StringgetAccessKey()final StringgetSecretKey()final StringgetAwsRegion()final StringgetEndpoint()final BooleangetCustomConfigEnabled()-
-
Method Detail
-
getAccessKey
final String getAccessKey()
-
getSecretKey
final String getSecretKey()
-
getAwsRegion
final String getAwsRegion()
-
getEndpoint
final String getEndpoint()
-
getCustomConfigEnabled
final Boolean getCustomConfigEnabled()
-
-
-
-