@Configuration(proxyBeanMethods=false) @Import(value=ContextResourceLoaderAutoConfiguration.Registrar.class) @ConditionalOnClass(name="com.amazonaws.services.s3.AmazonS3Client") public class ContextResourceLoaderAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContextResourceLoaderAutoConfiguration.Registrar
Sets additional properties for the task executor definition.
|
Modifier and Type | Field and Description |
---|---|
static String |
AWS_LOADER_PROPERTY_PREFIX
The prefix used for properties related to S3 resource loading via the
ResourceLoader.
|
Constructor and Description |
---|
ContextResourceLoaderAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
AwsS3ResourceLoaderProperties |
awsS3ResourceLoaderProperties()
Bind AWS resource loader related properties to a property instance.
|
public static final String AWS_LOADER_PROPERTY_PREFIX
public ContextResourceLoaderAutoConfiguration()
@Bean @ConfigurationProperties(prefix="cloud.aws.loader") public AwsS3ResourceLoaderProperties awsS3ResourceLoaderProperties()
AwsS3ResourceLoaderProperties
instanceCopyright © 2023 Pivotal Software, Inc.. All rights reserved.