Class S3SnapshotAutoConfiguration
java.lang.Object
de.otto.synapse.configuration.aws.S3SnapshotAutoConfiguration
@Configuration @EnableConfigurationProperties(SnapshotProperties.class) @Import(S3AutoConfiguration.class) public class S3SnapshotAutoConfiguration extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description S3SnapshotAutoConfiguration() -
Method Summary
Modifier and Type Method Description SnapshotReadServicesnapshotReadService(software.amazon.awssdk.services.s3.S3Client s3Client, SnapshotProperties snapshotProperties)SnapshotWriteServicesnapshotWriteService(software.amazon.awssdk.services.s3.S3Client s3Client, SnapshotProperties snapshotProperties)
-
Constructor Details
-
S3SnapshotAutoConfiguration
public S3SnapshotAutoConfiguration()
-
-
Method Details
-
snapshotReadService
@Bean @ConditionalOnMissingBean public SnapshotReadService snapshotReadService(software.amazon.awssdk.services.s3.S3Client s3Client, SnapshotProperties snapshotProperties) -
snapshotWriteService
@Bean @ConditionalOnMissingBean public SnapshotWriteService snapshotWriteService(software.amazon.awssdk.services.s3.S3Client s3Client, SnapshotProperties snapshotProperties)
-